Shades of Light Slate Blue #9887FB
Tints of Light Slate Blue #9887FB
RGB
CMYK
RGB Variations
Color information
#9887FB (or 0x9887FB) is known color: Light Slate Blue. HEX triplet: 98, 87 and FB. RGB value is (152,135,251). Sum of RGB (Red+Green+Blue) = 152+135+251=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #9887FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9887FB is #677804. Grayscale: #989898. Windows color (decimal): -6780933 or 16484248. OLE color: 16484248.
HSL color Cylindrical-coordinate representation of color #9887FB: hue angle of 248.79º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9887FB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 135 | 251 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.02 |
| HSL | 248.79º | 0.94% | 0.76% | - |
| HSV(B) | 248.79º | 0.46% | 0.98% | - |
| XYZ | 39.03 | 30.97 | 95.19 | - |
| YUV | 153.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 251 | 0.39 | 0.46 | 0 | 0.02 | 248.79 | 0.94 | 0.76 |
| Hex | 98 | 87 | FB | 27 | 2E | 0 | 2 | F9 | 5E | 4C |
| Octal | 230 | 207 | 373 | 47 | 56 | 0 | 2 | 371 | 136 | 114 |
| Binary | 10011000 | 10000111 | 11111011 | 100111 | 101110 | 0 | 10 | 11111001 | 1011110 | 1001100 |
Color Harmonies of #9887FB
Complementary color
Monochromatic Colors of #9887FB
Black with #9887FB
Text Example
Text Example
White with #9887FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9887FB; }
p { color: rgb(152,135,251); }
H1.HeaderClassName
{
color: #9887FB;
}
.AnyTagClassName
{
color: #9887FB;
}
</style>
background-color css
<style>
a { background-color: #9887FB; }
a { background-color: rgb(152,135,251); }
div.DivClassName
{
background-color: #9887FB;
}
.BgClassName
{
background-color: #9887FB;
}
</style>
border-color css
<style>
span { border-color: #9887FB; }
span { border-color: rgb(152,135,251); }
td.TdClassName
{
border-color: #9887FB;
}
.TagClassName
{
border-color: #9887FB;
}
</style>