#887FF2

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

Shades of Light Slate Blue #887FF2

Tints of Light Slate Blue #887FF2

Color information

#887FF2 (or 0x887FF2) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7F and F2. RGB value is (136,127,242). Sum of RGB (Red+Green+Blue) = 136+127+242=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #887FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FF2 is #77800D. Grayscale: #8E8E8E. Windows color (decimal): -7831566 or 15892360. OLE color: 15892360.

HSL color Cylindrical-coordinate representation of color #887FF2: hue angle of 244.7º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #887FF2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136127242-
CMYK0.440.4800.05
HSL244.7º81.56%72.35%-
HSV(B)244.7º47.52%94.9%-
XYZ33.7726.8287.4-
YUV142.8183.98123.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=26.93%
G=25.15%
B=47.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361272420.440.4800.05244.781.5672.35
Hex887FF22C3005f55248
Octal210177362546005365122110
Binary1000100011111111111001010110011000001011111010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,242); }

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

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

 a { background-color: rgb(136,127,242); }

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

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

 span { border-color: rgb(136,127,242); }

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