Shades of Light Slate Blue #9891FB
Tints of Light Slate Blue #9891FB
RGB
CMYK
RGB Variations
Color information
#9891FB (or 0x9891FB) is known color: Light Slate Blue. HEX triplet: 98, 91 and FB. RGB value is (152,145,251). Sum of RGB (Red+Green+Blue) = 152+145+251=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9891FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891FB is #676E04. Grayscale: #9E9E9E. Windows color (decimal): -6778373 or 16486808. OLE color: 16486808.
HSL color Cylindrical-coordinate representation of color #9891FB: hue angle of 243.96º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9891FB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 145 | 251 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.02 |
| HSL | 243.96º | 0.93% | 0.78% | - |
| HSV(B) | 243.96º | 0.42% | 0.98% | - |
| XYZ | 40.49 | 33.89 | 95.67 | - |
| YUV | 159.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 251 | 0.39 | 0.42 | 0 | 0.02 | 243.96 | 0.93 | 0.78 |
| Hex | 98 | 91 | FB | 27 | 2A | 0 | 2 | F4 | 5D | 4E |
| Octal | 230 | 221 | 373 | 47 | 52 | 0 | 2 | 364 | 135 | 116 |
| Binary | 10011000 | 10010001 | 11111011 | 100111 | 101010 | 0 | 10 | 11110100 | 1011101 | 1001110 |
Color Harmonies of #9891FB
Complementary color
Monochromatic Colors of #9891FB
Black with #9891FB
Text Example
Text Example
White with #9891FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891FB; }
p { color: rgb(152,145,251); }
H1.HeaderClassName
{
color: #9891FB;
}
.AnyTagClassName
{
color: #9891FB;
}
</style>
background-color css
<style>
a { background-color: #9891FB; }
a { background-color: rgb(152,145,251); }
div.DivClassName
{
background-color: #9891FB;
}
.BgClassName
{
background-color: #9891FB;
}
</style>
border-color css
<style>
span { border-color: #9891FB; }
span { border-color: rgb(152,145,251); }
td.TdClassName
{
border-color: #9891FB;
}
.TagClassName
{
border-color: #9891FB;
}
</style>