Shades of Light Slate Blue #887EED
Tints of Light Slate Blue #887EED
RGB
CMYK
RGB Variations
Color information
#887EED (or 0x887EED) is known color: Light Slate Blue. HEX triplet: 88, 7E and ED. RGB value is (136,126,237). Sum of RGB (Red+Green+Blue) = 136+126+237=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #887EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887EED is #778112. Grayscale: #8D8D8D. Windows color (decimal): -7831827 or 15564424. OLE color: 15564424.
HSL color Cylindrical-coordinate representation of color #887EED: hue angle of 245.41º degrees, saturation: 0.76, 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 #887EED is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 126 | 237 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.07 |
| HSL | 245.41º | 0.76% | 0.71% | - |
| HSV(B) | 245.41º | 0.47% | 0.93% | - |
| XYZ | 32.9 | 26.27 | 83.46 | - |
| YUV | 141.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 237 | 0.43 | 0.47 | 0 | 0.07 | 245.41 | 0.76 | 0.71 |
| Hex | 88 | 7E | ED | 2B | 2F | 0 | 7 | F5 | 4C | 47 |
| Octal | 210 | 176 | 355 | 53 | 57 | 0 | 7 | 365 | 114 | 107 |
| Binary | 10001000 | 1111110 | 11101101 | 101011 | 101111 | 0 | 111 | 11110101 | 1001100 | 1000111 |
Color Harmonies of #887EED
Complementary color
Monochromatic Colors of #887EED
Black with #887EED
Text Example
Text Example
White with #887EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887EED; }
p { color: rgb(136,126,237); }
H1.HeaderClassName
{
color: #887EED;
}
.AnyTagClassName
{
color: #887EED;
}
</style>
background-color css
<style>
a { background-color: #887EED; }
a { background-color: rgb(136,126,237); }
div.DivClassName
{
background-color: #887EED;
}
.BgClassName
{
background-color: #887EED;
}
</style>
border-color css
<style>
span { border-color: #887EED; }
span { border-color: rgb(136,126,237); }
td.TdClassName
{
border-color: #887EED;
}
.TagClassName
{
border-color: #887EED;
}
</style>