#866EEB

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

Shades of Medium Slate Blue #866EEB

Tints of Medium Slate Blue #866EEB

Color information

#866EEB (or 0x866EEB) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 6E and EB. RGB value is (134,110,235). Sum of RGB (Red+Green+Blue) = 134+110+235=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #866EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EEB is #799114. Grayscale: #828282. Windows color (decimal): -7966997 or 15429254. OLE color: 15429254.

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

Color convert

RGB134110235-
CMYK0.430.5300.08
HSL251.52º75.76%67.65%-
HSV(B)251.52º53.19%92.16%-
XYZ30.422.2281.28-
YUV131.43186.45129.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=27.97%
G=22.96%
B=49.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341102350.430.5300.08251.5275.7667.65
Hex866EEB2B3508fc4c44
Octal2061563535365010374114104
Binary10000110110111011101011101011110101010001111110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866EEB; }

 p { color: rgb(134,110,235); }

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

<style>
 a { background-color: #866EEB; }

 a { background-color: rgb(134,110,235); }

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

<style>
 span { border-color: #866EEB; }

 span { border-color: rgb(134,110,235); }

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