Shades of Light Slate Blue #998EFF
Tints of Light Slate Blue #998EFF
RGB
CMYK
RGB Variations
Color information
#998EFF (or 0x998EFF) is known color: Light Slate Blue. HEX triplet: 99, 8E and FF. RGB value is (153,142,255). Sum of RGB (Red+Green+Blue) = 153+142+255=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #998EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EFF is #667100. Grayscale: #9D9D9D. Windows color (decimal): -6713601 or 16748185. OLE color: 16748185.
HSL color Cylindrical-coordinate representation of color #998EFF: hue angle of 245.84º 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 #998EFF is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 142 | 255 | - |
| CMYK | 0.4 | 0.44 | 0 | 0 |
| HSL | 245.84º | 1% | 0.78% | - |
| HSV(B) | 245.84º | 0.44% | 1% | - |
| XYZ | 40.86 | 33.34 | 98.89 | - |
| YUV | 158.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 255 | 0.4 | 0.44 | 0 | 0 | 245.84 | 1 | 0.78 |
| Hex | 99 | 8E | FF | 28 | 2C | 0 | 0 | F6 | 64 | 4E |
| Octal | 231 | 216 | 377 | 50 | 54 | 0 | 0 | 366 | 144 | 116 |
| Binary | 10011001 | 10001110 | 11111111 | 101000 | 101100 | 0 | 0 | 11110110 | 1100100 | 1001110 |
Color Harmonies of #998EFF
Complementary color
Monochromatic Colors of #998EFF
Black with #998EFF
Text Example
Text Example
White with #998EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EFF; }
p { color: rgb(153,142,255); }
H1.HeaderClassName
{
color: #998EFF;
}
.AnyTagClassName
{
color: #998EFF;
}
</style>
background-color css
<style>
a { background-color: #998EFF; }
a { background-color: rgb(153,142,255); }
div.DivClassName
{
background-color: #998EFF;
}
.BgClassName
{
background-color: #998EFF;
}
</style>
border-color css
<style>
span { border-color: #998EFF; }
span { border-color: rgb(153,142,255); }
td.TdClassName
{
border-color: #998EFF;
}
.TagClassName
{
border-color: #998EFF;
}
</style>