#8166FD

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

Shades of Light Slate Blue #8166FD

Tints of Light Slate Blue #8166FD

Color information

#8166FD (or 0x8166FD) is unknown color: approx Light Slate Blue. HEX triplet: 81, 66 and FD. RGB value is (129,102,253). Sum of RGB (Red+Green+Blue) = 129+102+253=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #8166FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166FD is #7E9902. Grayscale: #7E7E7E. Windows color (decimal): -8296707 or 16606849. OLE color: 16606849.

HSL color Cylindrical-coordinate representation of color #8166FD: hue angle of 250.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8166FD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129102253-
CMYK0.490.6000.01
HSL250.73º97.42%69.61%-
HSV(B)250.73º59.68%99.22%-
XYZ31.5321.2695.37-
YUV127.29198.95129.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=26.65%
G=21.07%
B=52.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291022530.490.6000.01250.7397.4269.61
Hex8166FD313C01fb6146
Octal201146375617401373141106
Binary10000001110011011111101110001111100011111101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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