#8869EF

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

Shades of Medium Slate Blue #8869EF

Tints of Medium Slate Blue #8869EF

Color information

#8869EF (or 0x8869EF) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 69 and EF. RGB value is (136,105,239). Sum of RGB (Red+Green+Blue) = 136+105+239=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #8869EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8869EF is #779610. Grayscale: #818181. Windows color (decimal): -7837201 or 15690120. OLE color: 15690120.

HSL color Cylindrical-coordinate representation of color #8869EF: hue angle of 253.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8869EF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136105239-
CMYK0.430.5600.06
HSL253.88º80.72%67.45%-
HSV(B)253.88º56.07%93.73%-
XYZ30.7821.5784.2-
YUV129.55189.77132.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 239 (93.75% from 255) = 49.79%
R=28.33%
G=21.88%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361052390.430.5600.06253.8880.7267.45
Hex8869EF2B3806fe5143
Octal210151357537006376121103
Binary1000100011010011110111110101111100001101111111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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