Shades of Light Slate Blue #887FFC
Tints of Light Slate Blue #887FFC
RGB
CMYK
RGB Variations
Color information
#887FFC (or 0x887FFC) is known color: Light Slate Blue. HEX triplet: 88, 7F and FC. RGB value is (136,127,252). Sum of RGB (Red+Green+Blue) = 136+127+252=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #887FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FFC is #778003. Grayscale: #8F8F8F. Windows color (decimal): -7831556 or 16547720. OLE color: 16547720.
HSL color Cylindrical-coordinate representation of color #887FFC: hue angle of 244.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887FFC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 127 | 252 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.01 |
| HSL | 244.32º | 0.95% | 0.74% | - |
| HSV(B) | 244.32º | 0.5% | 0.99% | - |
| XYZ | 35.31 | 27.44 | 95.53 | - |
| YUV | 143.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 252 | 0.46 | 0.50 | 0 | 0.01 | 244.32 | 0.95 | 0.74 |
| Hex | 88 | 7F | FC | 2E | 32 | 0 | 1 | F4 | 5F | 4A |
| Octal | 210 | 177 | 374 | 56 | 62 | 0 | 1 | 364 | 137 | 112 |
| Binary | 10001000 | 1111111 | 11111100 | 101110 | 110010 | 0 | 1 | 11110100 | 1011111 | 1001010 |
Color Harmonies of #887FFC
Complementary color
Monochromatic Colors of #887FFC
Black with #887FFC
Text Example
Text Example
White with #887FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FFC; }
p { color: rgb(136,127,252); }
H1.HeaderClassName
{
color: #887FFC;
}
.AnyTagClassName
{
color: #887FFC;
}
</style>
background-color css
<style>
a { background-color: #887FFC; }
a { background-color: rgb(136,127,252); }
div.DivClassName
{
background-color: #887FFC;
}
.BgClassName
{
background-color: #887FFC;
}
</style>
border-color css
<style>
span { border-color: #887FFC; }
span { border-color: rgb(136,127,252); }
td.TdClassName
{
border-color: #887FFC;
}
.TagClassName
{
border-color: #887FFC;
}
</style>