#8a66f7

Color #8A66F7 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8A66F7

Tints of Light Slate Blue #8A66F7

Color information

#8A66F7 (or 0x8A66F7) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 66 and F7. RGB value is (138,102,247). Sum of RGB (Red+Green+Blue) = 138+102+247=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A66F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66F7 is #759908. Grayscale: #808080. Windows color (decimal): -7706889 or 16213642. OLE color: 16213642.

HSL color Cylindrical-coordinate representation of color #8A66F7: hue angle of 254.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A66F7 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB138102247-
CMYK0.440.5900.03
HSL254.9º90.06%68.43%-
HSV(B)254.9º58.7%96.86%-
XYZ32.0221.6290.48-
YUV129.29194.43134.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 247 (96.88% from 255) = 50.72%
R=28.34%
G=20.94%
B=50.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1381022470.440.5900.03254.990.0668.43
Hex8A66F72C3B03ff5a44
Octal212146367547303377132104
Binary100010101100110111101111011001110110111111111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a66f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a66f7; }

 p { color: rgb(138,102,247); }

 H1.HeaderClassName
 {
   color: #8a66f7;
 }
 .AnyTagClassName
 {
   color: #8a66f7;
 }
</style>
background-color css

<style>
 a { background-color: #8a66f7; }

 a { background-color: rgb(138,102,247); }

 div.DivClassName
 {
   background-color: #8a66f7;
 }
 .BgClassName
 {
   background-color: #8a66f7;
 }
</style>
border-color css

<style>
 span { border-color: #8a66f7; }

 span { border-color: rgb(138,102,247); }

 td.TdClassName
 {
   border-color: #8a66f7;
 }
 .TagClassName
 {
   border-color: #8a66f7;
 }
</style>