Shades of Light Slate Blue #998DFF
Tints of Light Slate Blue #998DFF
RGB
CMYK
RGB Variations
Color information
#998DFF (or 0x998DFF) is known color: Light Slate Blue. HEX triplet: 99, 8D and FF. RGB value is (153,141,255). Sum of RGB (Red+Green+Blue) = 153+141+255=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #998DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFF is #667200. Grayscale: #9D9D9D. Windows color (decimal): -6713857 or 16747929. OLE color: 16747929.
HSL color Cylindrical-coordinate representation of color #998DFF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998DFF is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 141 | 255 | - |
| CMYK | 0.4 | 0.45 | 0 | 0 |
| HSL | 246.32º | 1% | 0.78% | - |
| HSV(B) | 246.32º | 0.45% | 1% | - |
| XYZ | 40.71 | 33.04 | 98.84 | - |
| YUV | 157.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 255 | 0.4 | 0.45 | 0 | 0 | 246.32 | 1 | 0.78 |
| Hex | 99 | 8D | FF | 28 | 2D | 0 | 0 | F6 | 64 | 4E |
| Octal | 231 | 215 | 377 | 50 | 55 | 0 | 0 | 366 | 144 | 116 |
| Binary | 10011001 | 10001101 | 11111111 | 101000 | 101101 | 0 | 0 | 11110110 | 1100100 | 1001110 |
Color Harmonies of #998DFF
Complementary color
Monochromatic Colors of #998DFF
Black with #998DFF
Text Example
Text Example
White with #998DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DFF; }
p { color: rgb(153,141,255); }
H1.HeaderClassName
{
color: #998DFF;
}
.AnyTagClassName
{
color: #998DFF;
}
</style>
background-color css
<style>
a { background-color: #998DFF; }
a { background-color: rgb(153,141,255); }
div.DivClassName
{
background-color: #998DFF;
}
.BgClassName
{
background-color: #998DFF;
}
</style>
border-color css
<style>
span { border-color: #998DFF; }
span { border-color: rgb(153,141,255); }
td.TdClassName
{
border-color: #998DFF;
}
.TagClassName
{
border-color: #998DFF;
}
</style>