#8166EF

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

Shades of Medium Slate Blue #8166EF

Tints of Medium Slate Blue #8166EF

Color information

#8166EF (or 0x8166EF) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 66 and EF. RGB value is (129,102,239). Sum of RGB (Red+Green+Blue) = 129+102+239=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8166EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166EF is #7E9910. Grayscale: #7D7D7D. Windows color (decimal): -8296721 or 15689345. OLE color: 15689345.

HSL color Cylindrical-coordinate representation of color #8166EF: hue angle of 251.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8166EF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129102239-
CMYK0.460.5700.06
HSL251.82º81.07%66.86%-
HSV(B)251.82º57.32%93.73%-
XYZ29.3820.484.05-
YUV125.69191.95130.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 239 (93.75% from 255) = 50.85%
R=27.45%
G=21.70%
B=50.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291022390.460.5700.06251.8281.0766.86
Hex8166EF2E3906fc5143
Octal201146357567106374121103
Binary1000000111001101110111110111011100101101111110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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