#8864EA

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

Shades of Medium Slate Blue #8864EA

Tints of Medium Slate Blue #8864EA

Color information

#8864EA (or 0x8864EA) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 64 and EA. RGB value is (136,100,234). Sum of RGB (Red+Green+Blue) = 136+100+234=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 100 (39.45% from 255 or 21.28% 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 #8864EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8864EA is #779B15. Grayscale: #7D7D7D. Windows color (decimal): -7838486 or 15361160. OLE color: 15361160.

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

Color convert

RGB136100234-
CMYK0.420.5700.08
HSL256.12º76.14%65.49%-
HSV(B)256.12º57.26%91.76%-
XYZ29.5620.2980.2-
YUV126.04188.93135.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.94%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=28.94%
G=21.28%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361002340.420.5700.08256.1276.1465.49
Hex8864EA2A39081004c41
Octal2101443525271010400114101
Binary100010001100100111010101010101110010100010000000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,100,234); }

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

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

 a { background-color: rgb(136,100,234); }

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

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

 span { border-color: rgb(136,100,234); }

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