Shades of Light Slate Blue #887DEA
Tints of Light Slate Blue #887DEA
RGB
CMYK
RGB Variations
Color information
#887DEA (or 0x887DEA) is known color: Light Slate Blue. HEX triplet: 88, 7D and EA. RGB value is (136,125,234). Sum of RGB (Red+Green+Blue) = 136+125+234=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #887DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DEA is #778215. Grayscale: #8C8C8C. Windows color (decimal): -7832086 or 15367560. OLE color: 15367560.
HSL color Cylindrical-coordinate representation of color #887DEA: hue angle of 246.06º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #887DEA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 125 | 234 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.08 |
| HSL | 246.06º | 0.72% | 0.7% | - |
| HSV(B) | 246.06º | 0.47% | 0.92% | - |
| XYZ | 32.34 | 25.84 | 81.13 | - |
| YUV | 140.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 234 | 0.42 | 0.47 | 0 | 0.08 | 246.06 | 0.72 | 0.7 |
| Hex | 88 | 7D | EA | 2A | 2F | 0 | 8 | F6 | 48 | 46 |
| Octal | 210 | 175 | 352 | 52 | 57 | 0 | 10 | 366 | 110 | 106 |
| Binary | 10001000 | 1111101 | 11101010 | 101010 | 101111 | 0 | 1000 | 11110110 | 1001000 | 1000110 |
Color Harmonies of #887DEA
Complementary color
Monochromatic Colors of #887DEA
Black with #887DEA
Text Example
Text Example
White with #887DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DEA; }
p { color: rgb(136,125,234); }
H1.HeaderClassName
{
color: #887DEA;
}
.AnyTagClassName
{
color: #887DEA;
}
</style>
background-color css
<style>
a { background-color: #887DEA; }
a { background-color: rgb(136,125,234); }
div.DivClassName
{
background-color: #887DEA;
}
.BgClassName
{
background-color: #887DEA;
}
</style>
border-color css
<style>
span { border-color: #887DEA; }
span { border-color: rgb(136,125,234); }
td.TdClassName
{
border-color: #887DEA;
}
.TagClassName
{
border-color: #887DEA;
}
</style>