#8166F9

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

Shades of Light Slate Blue #8166F9

Tints of Light Slate Blue #8166F9

Color information

#8166F9 (or 0x8166F9) is unknown color: approx Light Slate Blue. HEX triplet: 81, 66 and F9. RGB value is (129,102,249). Sum of RGB (Red+Green+Blue) = 129+102+249=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #8166F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F9 is #7E9906. Grayscale: #7E7E7E. Windows color (decimal): -8296711 or 16344705. OLE color: 16344705.

HSL color Cylindrical-coordinate representation of color #8166F9: hue angle of 251.02º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8166F9 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129102249-
CMYK0.480.5900.02
HSL251.02º92.45%68.82%-
HSV(B)251.02º59.04%97.65%-
XYZ30.921.0192.05-
YUV126.83196.95129.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 102 (40.23% from 255) = 21.25%
BLUE value IS 249 (97.66% from 255) = 51.88%
R=26.88%
G=21.25%
B=51.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291022490.480.5900.02251.0292.4568.82
Hex8166F9303B02fb5c45
Octal201146371607302373134105
Binary100000011100110111110011100001110110101111101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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