#887DEC

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

Shades of Light Slate Blue #887DEC

Tints of Light Slate Blue #887DEC

Color information

#887DEC (or 0x887DEC) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7D and EC. RGB value is (136,125,236). Sum of RGB (Red+Green+Blue) = 136+125+236=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #887DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DEC is #778213. Grayscale: #8C8C8C. Windows color (decimal): -7832084 or 15498632. OLE color: 15498632.

HSL color Cylindrical-coordinate representation of color #887DEC: hue angle of 245.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #887DEC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136125236-
CMYK0.420.4700.07
HSL245.95º74.5%70.78%-
HSV(B)245.95º47.03%92.55%-
XYZ32.6325.9682.65-
YUV140.94181.64124.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=27.36%
G=25.15%
B=47.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361252360.420.4700.07245.9574.570.78
Hex887DEC2A2F07f64a47
Octal210175354525707366112107
Binary1000100011111011110110010101010111101111111011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887DEC; }

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

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

<style>
 a { background-color: #887DEC; }

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

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

<style>
 span { border-color: #887DEC; }

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

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