#8869EC

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

Shades of Medium Slate Blue #8869EC

Tints of Medium Slate Blue #8869EC

Color information

#8869EC (or 0x8869EC) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 69 and EC. RGB value is (136,105,236). Sum of RGB (Red+Green+Blue) = 136+105+236=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8869EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8869EC is #779613. Grayscale: #808080. Windows color (decimal): -7837204 or 15493512. OLE color: 15493512.

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

Color convert

RGB136105236-
CMYK0.420.5600.07
HSL254.2º77.51%66.86%-
HSV(B)254.2º55.51%92.55%-
XYZ30.3521.3981.89-
YUV129.2188.27132.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=28.51%
G=22.01%
B=49.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361052360.420.5600.07254.277.5166.86
Hex8869EC2A3807fe4e43
Octal210151354527007376116103
Binary1000100011010011110110010101011100001111111111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,105,236); }

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

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

 a { background-color: rgb(136,105,236); }

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

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

 span { border-color: rgb(136,105,236); }

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