Shades of Light Slate Blue #887DF2
Tints of Light Slate Blue #887DF2
RGB
CMYK
RGB Variations
Color information
#887DF2 (or 0x887DF2) is known color: Light Slate Blue. HEX triplet: 88, 7D and F2. RGB value is (136,125,242). Sum of RGB (Red+Green+Blue) = 136+125+242=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #887DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DF2 is #77820D. Grayscale: #8D8D8D. Windows color (decimal): -7832078 or 15891848. OLE color: 15891848.
HSL color Cylindrical-coordinate representation of color #887DF2: hue angle of 245.64º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #887DF2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 125 | 242 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.05 |
| HSL | 245.64º | 0.82% | 0.72% | - |
| HSV(B) | 245.64º | 0.48% | 0.95% | - |
| XYZ | 33.51 | 26.31 | 87.32 | - |
| YUV | 141.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 242 | 0.44 | 0.48 | 0 | 0.05 | 245.64 | 0.82 | 0.72 |
| Hex | 88 | 7D | F2 | 2C | 30 | 0 | 5 | F6 | 52 | 48 |
| Octal | 210 | 175 | 362 | 54 | 60 | 0 | 5 | 366 | 122 | 110 |
| Binary | 10001000 | 1111101 | 11110010 | 101100 | 110000 | 0 | 101 | 11110110 | 1010010 | 1001000 |
Color Harmonies of #887DF2
Complementary color
Monochromatic Colors of #887DF2
Black with #887DF2
Text Example
Text Example
White with #887DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DF2; }
p { color: rgb(136,125,242); }
H1.HeaderClassName
{
color: #887DF2;
}
.AnyTagClassName
{
color: #887DF2;
}
</style>
background-color css
<style>
a { background-color: #887DF2; }
a { background-color: rgb(136,125,242); }
div.DivClassName
{
background-color: #887DF2;
}
.BgClassName
{
background-color: #887DF2;
}
</style>
border-color css
<style>
span { border-color: #887DF2; }
span { border-color: rgb(136,125,242); }
td.TdClassName
{
border-color: #887DF2;
}
.TagClassName
{
border-color: #887DF2;
}
</style>