#8666EC

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

Shades of Medium Slate Blue #8666EC

Tints of Medium Slate Blue #8666EC

Color information

#8666EC (or 0x8666EC) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 66 and EC. RGB value is (134,102,236). Sum of RGB (Red+Green+Blue) = 134+102+236=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8666EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8666EC is #799913. Grayscale: #7E7E7E. Windows color (decimal): -7969044 or 15492742. OLE color: 15492742.

HSL color Cylindrical-coordinate representation of color #8666EC: hue angle of 254.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8666EC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134102236-
CMYK0.430.5700.07
HSL254.33º77.91%66.27%-
HSV(B)254.33º56.78%92.55%-
XYZ29.7220.6381.77-
YUV126.84189.6133.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 236 (92.58% from 255) = 50%
R=28.39%
G=21.61%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341022360.430.5700.07254.3377.9166.27
Hex8666EC2B3907fe4e42
Octal206146354537107376116102
Binary1000011011001101110110010101111100101111111111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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