#8A66FF

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

Shades of Light Slate Blue #8A66FF

Tints of Light Slate Blue #8A66FF

Color information

#8A66FF (or 0x8A66FF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 66 and FF. RGB value is (138,102,255). Sum of RGB (Red+Green+Blue) = 138+102+255=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66FF is #759900. Grayscale: #818181. Windows color (decimal): -7706881 or 16737930. OLE color: 16737930.

HSL color Cylindrical-coordinate representation of color #8A66FF: hue angle of 254.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A66FF is Cyan = 0.46, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138102255-
CMYK0.460.600
HSL254.12º100%70%-
HSV(B)254.12º60%100%-
XYZ33.2822.1397.12-
YUV130.21198.43133.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 255 (100% from 255) = 51.52%
R=27.88%
G=20.61%
B=51.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381022550.460.600254.1210070
Hex8A66FF2E3C00fe6446
Octal212146377567400376144106
Binary10001010110011011111111101110111100001111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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