#8166FF

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

Shades of Light Slate Blue #8166FF

Tints of Light Slate Blue #8166FF

Color information

#8166FF (or 0x8166FF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 66 and FF. RGB value is (129,102,255). Sum of RGB (Red+Green+Blue) = 129+102+255=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8166FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166FF is #7E9900. Grayscale: #7E7E7E. Windows color (decimal): -8296705 or 16737921. OLE color: 16737921.

HSL color Cylindrical-coordinate representation of color #8166FF: hue angle of 250.59º 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 #8166FF is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129102255-
CMYK0.490.600
HSL250.59º100%70%-
HSV(B)250.59º60%100%-
XYZ31.8521.3997.06-
YUV127.51199.95129.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 255 (100% from 255) = 52.47%
R=26.54%
G=20.99%
B=52.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291022550.490.600250.5910070
Hex8166FF313C00fb6446
Octal201146377617400373144106
Binary10000001110011011111111110001111100001111101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8166FF; }

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

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

<style>
 a { background-color: #8166FF; }

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

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

<style>
 span { border-color: #8166FF; }

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

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