Shades of Light Slate Blue #887CFD
Tints of Light Slate Blue #887CFD
RGB
CMYK
RGB Variations
Color information
#887CFD (or 0x887CFD) is known color: Light Slate Blue. HEX triplet: 88, 7C and FD. RGB value is (136,124,253). Sum of RGB (Red+Green+Blue) = 136+124+253=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #887CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887CFD is #778302. Grayscale: #8D8D8D. Windows color (decimal): -7832323 or 16612488. OLE color: 16612488.
HSL color Cylindrical-coordinate representation of color #887CFD: hue angle of 245.58º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887CFD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 124 | 253 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.01 |
| HSL | 245.58º | 0.97% | 0.74% | - |
| HSV(B) | 245.58º | 0.51% | 0.99% | - |
| XYZ | 35.09 | 26.74 | 96.24 | - |
| YUV | 142.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 253 | 0.46 | 0.51 | 0 | 0.01 | 245.58 | 0.97 | 0.74 |
| Hex | 88 | 7C | FD | 2E | 33 | 0 | 1 | F6 | 61 | 4A |
| Octal | 210 | 174 | 375 | 56 | 63 | 0 | 1 | 366 | 141 | 112 |
| Binary | 10001000 | 1111100 | 11111101 | 101110 | 110011 | 0 | 1 | 11110110 | 1100001 | 1001010 |
Color Harmonies of #887CFD
Complementary color
Monochromatic Colors of #887CFD
Black with #887CFD
Text Example
Text Example
White with #887CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CFD; }
p { color: rgb(136,124,253); }
H1.HeaderClassName
{
color: #887CFD;
}
.AnyTagClassName
{
color: #887CFD;
}
</style>
background-color css
<style>
a { background-color: #887CFD; }
a { background-color: rgb(136,124,253); }
div.DivClassName
{
background-color: #887CFD;
}
.BgClassName
{
background-color: #887CFD;
}
</style>
border-color css
<style>
span { border-color: #887CFD; }
span { border-color: rgb(136,124,253); }
td.TdClassName
{
border-color: #887CFD;
}
.TagClassName
{
border-color: #887CFD;
}
</style>