Shades of Light Slate Blue #9989FE
Tints of Light Slate Blue #9989FE
RGB
CMYK
RGB Variations
Color information
#9989FE (or 0x9989FE) is known color: Light Slate Blue. HEX triplet: 99, 89 and FE. RGB value is (153,137,254). Sum of RGB (Red+Green+Blue) = 153+137+254=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #9989FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9989FE is #667601. Grayscale: #9A9A9A. Windows color (decimal): -6714882 or 16681369. OLE color: 16681369.
HSL color Cylindrical-coordinate representation of color #9989FE: hue angle of 248.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9989FE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 137 | 254 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.00 |
| HSL | 248.21º | 0.98% | 0.77% | - |
| HSV(B) | 248.21º | 0.46% | 1% | - |
| XYZ | 39.97 | 31.82 | 97.8 | - |
| YUV | 155.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 254 | 0.40 | 0.46 | 0 | 0.00 | 248.21 | 0.98 | 0.77 |
| Hex | 99 | 89 | FE | 28 | 2E | 0 | 0 | F8 | 62 | 4D |
| Octal | 231 | 211 | 376 | 50 | 56 | 0 | 0 | 370 | 142 | 115 |
| Binary | 10011001 | 10001001 | 11111110 | 101000 | 101110 | 0 | 0 | 11111000 | 1100010 | 1001101 |
Color Harmonies of #9989FE
Complementary color
Monochromatic Colors of #9989FE
Black with #9989FE
Text Example
Text Example
White with #9989FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9989FE; }
p { color: rgb(153,137,254); }
H1.HeaderClassName
{
color: #9989FE;
}
.AnyTagClassName
{
color: #9989FE;
}
</style>
background-color css
<style>
a { background-color: #9989FE; }
a { background-color: rgb(153,137,254); }
div.DivClassName
{
background-color: #9989FE;
}
.BgClassName
{
background-color: #9989FE;
}
</style>
border-color css
<style>
span { border-color: #9989FE; }
span { border-color: rgb(153,137,254); }
td.TdClassName
{
border-color: #9989FE;
}
.TagClassName
{
border-color: #9989FE;
}
</style>