#866ce8

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

Shades of Medium Slate Blue #866CE8

Tints of Medium Slate Blue #866CE8

Color information

#866CE8 (or 0x866CE8) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 6C and E8. RGB value is (134,108,232). Sum of RGB (Red+Green+Blue) = 134+108+232=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #866CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866CE8 is #799317. Grayscale: #818181. Windows color (decimal): -7967512 or 15232134. OLE color: 15232134.

HSL color Cylindrical-coordinate representation of color #866CE8: hue angle of 252.58º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866CE8 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134108232-
CMYK0.420.5300.09
HSL252.58º72.94%66.67%-
HSV(B)252.58º53.45%90.98%-
XYZ29.7621.6278.95-
YUV129.91185.61130.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 232 (91.02% from 255) = 48.95%
R=28.27%
G=22.78%
B=48.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341082320.420.5300.09252.5872.9466.67
Hex866CE82A3509fd4943
Octal2061543505265011375111103
Binary10000110110110011101000101010110101010011111110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866ce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,232); }

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

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

 a { background-color: rgb(134,108,232); }

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

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

 span { border-color: rgb(134,108,232); }

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