Shades of Light Slate Blue #887FEC
Tints of Light Slate Blue #887FEC
RGB
CMYK
RGB Variations
Color information
#887FEC (or 0x887FEC) is known color: Light Slate Blue. HEX triplet: 88, 7F and EC. RGB value is (136,127,236). Sum of RGB (Red+Green+Blue) = 136+127+236=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #887FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FEC is #778013. Grayscale: #8D8D8D. Windows color (decimal): -7831572 or 15499144. OLE color: 15499144.
HSL color Cylindrical-coordinate representation of color #887FEC: hue angle of 244.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #887FEC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 127 | 236 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.07 |
| HSL | 244.95º | 0.74% | 0.71% | - |
| HSV(B) | 244.95º | 0.46% | 0.93% | - |
| XYZ | 32.88 | 26.47 | 82.73 | - |
| YUV | 142.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 236 | 0.42 | 0.46 | 0 | 0.07 | 244.95 | 0.74 | 0.71 |
| Hex | 88 | 7F | EC | 2A | 2E | 0 | 7 | F5 | 4A | 47 |
| Octal | 210 | 177 | 354 | 52 | 56 | 0 | 7 | 365 | 112 | 107 |
| Binary | 10001000 | 1111111 | 11101100 | 101010 | 101110 | 0 | 111 | 11110101 | 1001010 | 1000111 |
Color Harmonies of #887FEC
Complementary color
Monochromatic Colors of #887FEC
Black with #887FEC
Text Example
Text Example
White with #887FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FEC; }
p { color: rgb(136,127,236); }
H1.HeaderClassName
{
color: #887FEC;
}
.AnyTagClassName
{
color: #887FEC;
}
</style>
background-color css
<style>
a { background-color: #887FEC; }
a { background-color: rgb(136,127,236); }
div.DivClassName
{
background-color: #887FEC;
}
.BgClassName
{
background-color: #887FEC;
}
</style>
border-color css
<style>
span { border-color: #887FEC; }
span { border-color: rgb(136,127,236); }
td.TdClassName
{
border-color: #887FEC;
}
.TagClassName
{
border-color: #887FEC;
}
</style>