#886EEB

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

Shades of Medium Slate Blue #886EEB

Tints of Medium Slate Blue #886EEB

Color information

#886EEB (or 0x886EEB) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 6E and EB. RGB value is (136,110,235). Sum of RGB (Red+Green+Blue) = 136+110+235=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #886EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EEB is #779114. Grayscale: #838383. Windows color (decimal): -7835925 or 15429256. OLE color: 15429256.

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

Color convert

RGB136110235-
CMYK0.420.5300.08
HSL252.48º75.76%67.65%-
HSV(B)252.48º53.19%92.16%-
XYZ30.7222.3881.3-
YUV132.02186.11130.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=28.27%
G=22.87%
B=48.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361102350.420.5300.08252.4875.7667.65
Hex886EEB2A3508fc4c44
Octal2101563535265010374114104
Binary10001000110111011101011101010110101010001111110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886EEB; }

 p { color: rgb(136,110,235); }

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

<style>
 a { background-color: #886EEB; }

 a { background-color: rgb(136,110,235); }

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

<style>
 span { border-color: #886EEB; }

 span { border-color: rgb(136,110,235); }

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