#887EF0

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

Shades of Light Slate Blue #887EF0

Tints of Light Slate Blue #887EF0

Color information

#887EF0 (or 0x887EF0) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7E and F0. RGB value is (136,126,240). Sum of RGB (Red+Green+Blue) = 136+126+240=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #887EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887EF0 is #77810F. Grayscale: #8D8D8D. Windows color (decimal): -7831824 or 15761032. OLE color: 15761032.

HSL color Cylindrical-coordinate representation of color #887EF0: hue angle of 245.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #887EF0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136126240-
CMYK0.430.4800.06
HSL245.26º79.17%71.76%-
HSV(B)245.26º47.5%94.12%-
XYZ33.3426.4585.79-
YUV141.99183.31123.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 240 (94.14% from 255) = 47.81%
R=27.09%
G=25.10%
B=47.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361262400.430.4800.06245.2679.1771.76
Hex887EF02B3006f54f48
Octal210176360536006365117110
Binary1000100011111101111000010101111000001101111010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,240); }

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

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

 a { background-color: rgb(136,126,240); }

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

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

 span { border-color: rgb(136,126,240); }

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