Shades of Light Slate Blue #9890FF
Tints of Light Slate Blue #9890FF
RGB
CMYK
RGB Variations
Color information
#9890FF (or 0x9890FF) is known color: Light Slate Blue. HEX triplet: 98, 90 and FF. RGB value is (152,144,255). Sum of RGB (Red+Green+Blue) = 152+144+255=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9890FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890FF is #676F00. Grayscale: #9E9E9E. Windows color (decimal): -6778625 or 16748696. OLE color: 16748696.
HSL color Cylindrical-coordinate representation of color #9890FF: hue angle of 244.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9890FF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 144 | 255 | - |
| CMYK | 0.40 | 0.44 | 0 | 0 |
| HSL | 244.32º | 1% | 0.78% | - |
| HSV(B) | 244.32º | 0.44% | 1% | - |
| XYZ | 40.97 | 33.84 | 98.98 | - |
| YUV | 159.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 255 | 0.40 | 0.44 | 0 | 0 | 244.32 | 1 | 0.78 |
| Hex | 98 | 90 | FF | 28 | 2C | 0 | 0 | F4 | 64 | 4E |
| Octal | 230 | 220 | 377 | 50 | 54 | 0 | 0 | 364 | 144 | 116 |
| Binary | 10011000 | 10010000 | 11111111 | 101000 | 101100 | 0 | 0 | 11110100 | 1100100 | 1001110 |
Color Harmonies of #9890FF
Complementary color
Monochromatic Colors of #9890FF
Black with #9890FF
Text Example
Text Example
White with #9890FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890FF; }
p { color: rgb(152,144,255); }
H1.HeaderClassName
{
color: #9890FF;
}
.AnyTagClassName
{
color: #9890FF;
}
</style>
background-color css
<style>
a { background-color: #9890FF; }
a { background-color: rgb(152,144,255); }
div.DivClassName
{
background-color: #9890FF;
}
.BgClassName
{
background-color: #9890FF;
}
</style>
border-color css
<style>
span { border-color: #9890FF; }
span { border-color: rgb(152,144,255); }
td.TdClassName
{
border-color: #9890FF;
}
.TagClassName
{
border-color: #9890FF;
}
</style>