Shades of Light Slate Blue #9891FA
Tints of Light Slate Blue #9891FA
RGB
CMYK
RGB Variations
Color information
#9891FA (or 0x9891FA) is known color: Light Slate Blue. HEX triplet: 98, 91 and FA. RGB value is (152,145,250). Sum of RGB (Red+Green+Blue) = 152+145+250=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #9891FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891FA is #676E05. Grayscale: #9E9E9E. Windows color (decimal): -6778374 or 16421272. OLE color: 16421272.
HSL color Cylindrical-coordinate representation of color #9891FA: hue angle of 244º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9891FA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 145 | 250 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.02 |
| HSL | 244º | 0.91% | 0.77% | - |
| HSV(B) | 244º | 0.42% | 0.98% | - |
| XYZ | 40.33 | 33.83 | 94.85 | - |
| YUV | 159.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 250 | 0.39 | 0.42 | 0 | 0.02 | 244 | 0.91 | 0.77 |
| Hex | 98 | 91 | FA | 27 | 2A | 0 | 2 | F4 | 5B | 4D |
| Octal | 230 | 221 | 372 | 47 | 52 | 0 | 2 | 364 | 133 | 115 |
| Binary | 10011000 | 10010001 | 11111010 | 100111 | 101010 | 0 | 10 | 11110100 | 1011011 | 1001101 |
Color Harmonies of #9891FA
Complementary color
Monochromatic Colors of #9891FA
Black with #9891FA
Text Example
Text Example
White with #9891FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891FA; }
p { color: rgb(152,145,250); }
H1.HeaderClassName
{
color: #9891FA;
}
.AnyTagClassName
{
color: #9891FA;
}
</style>
background-color css
<style>
a { background-color: #9891FA; }
a { background-color: rgb(152,145,250); }
div.DivClassName
{
background-color: #9891FA;
}
.BgClassName
{
background-color: #9891FA;
}
</style>
border-color css
<style>
span { border-color: #9891FA; }
span { border-color: rgb(152,145,250); }
td.TdClassName
{
border-color: #9891FA;
}
.TagClassName
{
border-color: #9891FA;
}
</style>