#886BEC

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

Shades of Medium Slate Blue #886BEC

Tints of Medium Slate Blue #886BEC

Color information

#886BEC (or 0x886BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 6B and EC. RGB value is (136,107,236). Sum of RGB (Red+Green+Blue) = 136+107+236=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #886BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BEC is #779413. Grayscale: #818181. Windows color (decimal): -7836692 or 15494024. OLE color: 15494024.

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

Color convert

RGB136107236-
CMYK0.420.5500.07
HSL253.49º77.25%67.25%-
HSV(B)253.49º54.66%92.55%-
XYZ30.5521.8181.96-
YUV130.38187.61132.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=28.39%
G=22.34%
B=49.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361072360.420.5500.07253.4977.2567.25
Hex886BEC2A3707fd4d43
Octal210153354526707375115103
Binary1000100011010111110110010101011011101111111110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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