#8869E7

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

Shades of Medium Slate Blue #8869E7

Tints of Medium Slate Blue #8869E7

Color information

#8869E7 (or 0x8869E7) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 69 and E7. RGB value is (136,105,231). Sum of RGB (Red+Green+Blue) = 136+105+231=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #8869E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8869E7 is #779618. Grayscale: #808080. Windows color (decimal): -7837209 or 15165832. OLE color: 15165832.

HSL color Cylindrical-coordinate representation of color #8869E7: hue angle of 254.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8869E7 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB136105231-
CMYK0.410.5500.09
HSL254.76º72.41%65.88%-
HSV(B)254.76º54.55%90.59%-
XYZ29.6321.1178.11-
YUV128.63185.77133.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 231 (90.62% from 255) = 48.94%
R=28.81%
G=22.25%
B=48.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1361052310.410.5500.09254.7672.4165.88
Hex8869E7293709ff4842
Octal2101513475167011377110102
Binary10001000110100111100111101001110111010011111111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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