Shades of Light Slate Blue #887CFA
Tints of Light Slate Blue #887CFA
RGB
CMYK
RGB Variations
Color information
#887CFA (or 0x887CFA) is known color: Light Slate Blue. HEX triplet: 88, 7C and FA. RGB value is (136,124,250). Sum of RGB (Red+Green+Blue) = 136+124+250=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #887CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887CFA is #778305. Grayscale: #8D8D8D. Windows color (decimal): -7832326 or 16415880. OLE color: 16415880.
HSL color Cylindrical-coordinate representation of color #887CFA: hue angle of 245.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887CFA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 124 | 250 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.02 |
| HSL | 245.71º | 0.93% | 0.73% | - |
| HSV(B) | 245.71º | 0.5% | 0.98% | - |
| XYZ | 34.62 | 26.55 | 93.74 | - |
| YUV | 141.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 250 | 0.46 | 0.50 | 0 | 0.02 | 245.71 | 0.93 | 0.73 |
| Hex | 88 | 7C | FA | 2E | 32 | 0 | 2 | F6 | 5D | 49 |
| Octal | 210 | 174 | 372 | 56 | 62 | 0 | 2 | 366 | 135 | 111 |
| Binary | 10001000 | 1111100 | 11111010 | 101110 | 110010 | 0 | 10 | 11110110 | 1011101 | 1001001 |
Color Harmonies of #887CFA
Complementary color
Monochromatic Colors of #887CFA
Black with #887CFA
Text Example
Text Example
White with #887CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CFA; }
p { color: rgb(136,124,250); }
H1.HeaderClassName
{
color: #887CFA;
}
.AnyTagClassName
{
color: #887CFA;
}
</style>
background-color css
<style>
a { background-color: #887CFA; }
a { background-color: rgb(136,124,250); }
div.DivClassName
{
background-color: #887CFA;
}
.BgClassName
{
background-color: #887CFA;
}
</style>
border-color css
<style>
span { border-color: #887CFA; }
span { border-color: rgb(136,124,250); }
td.TdClassName
{
border-color: #887CFA;
}
.TagClassName
{
border-color: #887CFA;
}
</style>