Shades of Light Slate Blue #887BEC
Tints of Light Slate Blue #887BEC
RGB
CMYK
RGB Variations
Color information
#887BEC (or 0x887BEC) is known color: Light Slate Blue. HEX triplet: 88, 7B and EC. RGB value is (136,123,236). Sum of RGB (Red+Green+Blue) = 136+123+236=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #887BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887BEC is #778413. Grayscale: #8B8B8B. Windows color (decimal): -7832596 or 15498120. OLE color: 15498120.
HSL color Cylindrical-coordinate representation of color #887BEC: hue angle of 246.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #887BEC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 123 | 236 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.07 |
| HSL | 246.9º | 0.75% | 0.7% | - |
| HSV(B) | 246.9º | 0.48% | 0.93% | - |
| XYZ | 32.38 | 25.46 | 82.56 | - |
| YUV | 139.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 236 | 0.42 | 0.48 | 0 | 0.07 | 246.9 | 0.75 | 0.7 |
| Hex | 88 | 7B | EC | 2A | 30 | 0 | 7 | F7 | 4B | 46 |
| Octal | 210 | 173 | 354 | 52 | 60 | 0 | 7 | 367 | 113 | 106 |
| Binary | 10001000 | 1111011 | 11101100 | 101010 | 110000 | 0 | 111 | 11110111 | 1001011 | 1000110 |
Color Harmonies of #887BEC
Complementary color
Monochromatic Colors of #887BEC
Black with #887BEC
Text Example
Text Example
White with #887BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BEC; }
p { color: rgb(136,123,236); }
H1.HeaderClassName
{
color: #887BEC;
}
.AnyTagClassName
{
color: #887BEC;
}
</style>
background-color css
<style>
a { background-color: #887BEC; }
a { background-color: rgb(136,123,236); }
div.DivClassName
{
background-color: #887BEC;
}
.BgClassName
{
background-color: #887BEC;
}
</style>
border-color css
<style>
span { border-color: #887BEC; }
span { border-color: rgb(136,123,236); }
td.TdClassName
{
border-color: #887BEC;
}
.TagClassName
{
border-color: #887BEC;
}
</style>