Shades of Light Slate Blue #887DFB
Tints of Light Slate Blue #887DFB
RGB
CMYK
RGB Variations
Color information
#887DFB (or 0x887DFB) is known color: Light Slate Blue. HEX triplet: 88, 7D and FB. RGB value is (136,125,251). Sum of RGB (Red+Green+Blue) = 136+125+251=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #887DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DFB is #778204. Grayscale: #8E8E8E. Windows color (decimal): -7832069 or 16481672. OLE color: 16481672.
HSL color Cylindrical-coordinate representation of color #887DFB: hue angle of 245.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887DFB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 125 | 251 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.02 |
| HSL | 245.24º | 0.94% | 0.74% | - |
| HSV(B) | 245.24º | 0.5% | 0.98% | - |
| XYZ | 34.9 | 26.87 | 94.61 | - |
| YUV | 142.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 251 | 0.46 | 0.50 | 0 | 0.02 | 245.24 | 0.94 | 0.74 |
| Hex | 88 | 7D | FB | 2E | 32 | 0 | 2 | F5 | 5E | 4A |
| Octal | 210 | 175 | 373 | 56 | 62 | 0 | 2 | 365 | 136 | 112 |
| Binary | 10001000 | 1111101 | 11111011 | 101110 | 110010 | 0 | 10 | 11110101 | 1011110 | 1001010 |
Color Harmonies of #887DFB
Complementary color
Monochromatic Colors of #887DFB
Black with #887DFB
Text Example
Text Example
White with #887DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DFB; }
p { color: rgb(136,125,251); }
H1.HeaderClassName
{
color: #887DFB;
}
.AnyTagClassName
{
color: #887DFB;
}
</style>
background-color css
<style>
a { background-color: #887DFB; }
a { background-color: rgb(136,125,251); }
div.DivClassName
{
background-color: #887DFB;
}
.BgClassName
{
background-color: #887DFB;
}
</style>
border-color css
<style>
span { border-color: #887DFB; }
span { border-color: rgb(136,125,251); }
td.TdClassName
{
border-color: #887DFB;
}
.TagClassName
{
border-color: #887DFB;
}
</style>