Shades of Light Slate Blue #998EFC
Tints of Light Slate Blue #998EFC
RGB
CMYK
RGB Variations
Color information
#998EFC (or 0x998EFC) is known color: Light Slate Blue. HEX triplet: 99, 8E and FC. RGB value is (153,142,252). Sum of RGB (Red+Green+Blue) = 153+142+252=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #998EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EFC is #667103. Grayscale: #9D9D9D. Windows color (decimal): -6713604 or 16551577. OLE color: 16551577.
HSL color Cylindrical-coordinate representation of color #998EFC: hue angle of 246º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998EFC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 142 | 252 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.01 |
| HSL | 246º | 0.95% | 0.77% | - |
| HSV(B) | 246º | 0.44% | 0.99% | - |
| XYZ | 40.38 | 33.15 | 96.37 | - |
| YUV | 157.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 252 | 0.39 | 0.44 | 0 | 0.01 | 246 | 0.95 | 0.77 |
| Hex | 99 | 8E | FC | 27 | 2C | 0 | 1 | F6 | 5F | 4D |
| Octal | 231 | 216 | 374 | 47 | 54 | 0 | 1 | 366 | 137 | 115 |
| Binary | 10011001 | 10001110 | 11111100 | 100111 | 101100 | 0 | 1 | 11110110 | 1011111 | 1001101 |
Color Harmonies of #998EFC
Complementary color
Monochromatic Colors of #998EFC
Black with #998EFC
Text Example
Text Example
White with #998EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EFC; }
p { color: rgb(153,142,252); }
H1.HeaderClassName
{
color: #998EFC;
}
.AnyTagClassName
{
color: #998EFC;
}
</style>
background-color css
<style>
a { background-color: #998EFC; }
a { background-color: rgb(153,142,252); }
div.DivClassName
{
background-color: #998EFC;
}
.BgClassName
{
background-color: #998EFC;
}
</style>
border-color css
<style>
span { border-color: #998EFC; }
span { border-color: rgb(153,142,252); }
td.TdClassName
{
border-color: #998EFC;
}
.TagClassName
{
border-color: #998EFC;
}
</style>