#8666EA

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

Shades of Medium Slate Blue #8666EA

Tints of Medium Slate Blue #8666EA

Color information

#8666EA (or 0x8666EA) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 66 and EA. RGB value is (134,102,234). Sum of RGB (Red+Green+Blue) = 134+102+234=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #8666EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8666EA is #799915. Grayscale: #7E7E7E. Windows color (decimal): -7969046 or 15361670. OLE color: 15361670.

HSL color Cylindrical-coordinate representation of color #8666EA: hue angle of 254.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8666EA is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134102234-
CMYK0.430.5600.08
HSL254.55º75.86%65.88%-
HSV(B)254.55º56.41%91.76%-
XYZ29.4320.5180.25-
YUV126.62188.6133.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=28.51%
G=21.70%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341022340.430.5600.08254.5575.8665.88
Hex8666EA2B3808ff4c42
Octal2061463525370010377114102
Binary10000110110011011101010101011111000010001111111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666EA; }

 p { color: rgb(134,102,234); }

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

<style>
 a { background-color: #8666EA; }

 a { background-color: rgb(134,102,234); }

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

<style>
 span { border-color: #8666EA; }

 span { border-color: rgb(134,102,234); }

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