#8850E7

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

Shades of Medium Slate Blue #8850E7

Tints of Medium Slate Blue #8850E7

Color information

#8850E7 (or 0x8850E7) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 50 and E7. RGB value is (136,80,231). Sum of RGB (Red+Green+Blue) = 136+80+231=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #8850E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8850E7 is #77AF18. Grayscale: #717171. Windows color (decimal): -7843609 or 15159432. OLE color: 15159432.

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

Color convert

RGB13680231-
CMYK0.410.6500.09
HSL262.25º75.88%60.98%-
HSV(B)262.25º65.37%90.59%-
XYZ27.4516.7477.39-
YUV113.96194.05143.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 80 (31.64% from 255) = 17.90%
BLUE value IS 231 (90.62% from 255) = 51.68%
R=30.43%
G=17.90%
B=51.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal136802310.410.6500.09262.2575.8860.98
Hex8850E72941091064c3d
Octal2101203475110101140611475
Binary100010001010000111001111010011000001010011000001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8850E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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