Shades of Light Slate Blue #998FFF
Tints of Light Slate Blue #998FFF
RGB
CMYK
RGB Variations
Color information
#998FFF (or 0x998FFF) is known color: Light Slate Blue. HEX triplet: 99, 8F and FF. RGB value is (153,143,255). Sum of RGB (Red+Green+Blue) = 153+143+255=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 143 (56.25% from 255 or 25.95% 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 #998FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FFF is #667000. Grayscale: #9E9E9E. Windows color (decimal): -6713345 or 16748441. OLE color: 16748441.
HSL color Cylindrical-coordinate representation of color #998FFF: hue angle of 245.36º 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 #998FFF is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 143 | 255 | - |
| CMYK | 0.4 | 0.44 | 0 | 0 |
| HSL | 245.36º | 1% | 0.78% | - |
| HSV(B) | 245.36º | 0.44% | 1% | - |
| XYZ | 41.01 | 33.64 | 98.94 | - |
| YUV | 158.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 255 | 0.4 | 0.44 | 0 | 0 | 245.36 | 1 | 0.78 |
| Hex | 99 | 8F | FF | 28 | 2C | 0 | 0 | F5 | 64 | 4E |
| Octal | 231 | 217 | 377 | 50 | 54 | 0 | 0 | 365 | 144 | 116 |
| Binary | 10011001 | 10001111 | 11111111 | 101000 | 101100 | 0 | 0 | 11110101 | 1100100 | 1001110 |
Color Harmonies of #998FFF
Complementary color
Monochromatic Colors of #998FFF
Black with #998FFF
Text Example
Text Example
White with #998FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FFF; }
p { color: rgb(153,143,255); }
H1.HeaderClassName
{
color: #998FFF;
}
.AnyTagClassName
{
color: #998FFF;
}
</style>
background-color css
<style>
a { background-color: #998FFF; }
a { background-color: rgb(153,143,255); }
div.DivClassName
{
background-color: #998FFF;
}
.BgClassName
{
background-color: #998FFF;
}
</style>
border-color css
<style>
span { border-color: #998FFF; }
span { border-color: rgb(153,143,255); }
td.TdClassName
{
border-color: #998FFF;
}
.TagClassName
{
border-color: #998FFF;
}
</style>