Shades of Light Slate Blue #998FFC
Tints of Light Slate Blue #998FFC
RGB
CMYK
RGB Variations
Color information
#998FFC (or 0x998FFC) is known color: Light Slate Blue. HEX triplet: 99, 8F and FC. RGB value is (153,143,252). Sum of RGB (Red+Green+Blue) = 153+143+252=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #998FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FFC is #667003. Grayscale: #9D9D9D. Windows color (decimal): -6713348 or 16551833. OLE color: 16551833.
HSL color Cylindrical-coordinate representation of color #998FFC: hue angle of 245.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998FFC is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 143 | 252 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.01 |
| HSL | 245.5º | 0.95% | 0.77% | - |
| HSV(B) | 245.5º | 0.43% | 0.99% | - |
| XYZ | 40.53 | 33.45 | 96.41 | - |
| YUV | 158.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 252 | 0.39 | 0.43 | 0 | 0.01 | 245.5 | 0.95 | 0.77 |
| Hex | 99 | 8F | FC | 27 | 2B | 0 | 1 | F6 | 5F | 4D |
| Octal | 231 | 217 | 374 | 47 | 53 | 0 | 1 | 366 | 137 | 115 |
| Binary | 10011001 | 10001111 | 11111100 | 100111 | 101011 | 0 | 1 | 11110110 | 1011111 | 1001101 |
Color Harmonies of #998FFC
Complementary color
Monochromatic Colors of #998FFC
Black with #998FFC
Text Example
Text Example
White with #998FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FFC; }
p { color: rgb(153,143,252); }
H1.HeaderClassName
{
color: #998FFC;
}
.AnyTagClassName
{
color: #998FFC;
}
</style>
background-color css
<style>
a { background-color: #998FFC; }
a { background-color: rgb(153,143,252); }
div.DivClassName
{
background-color: #998FFC;
}
.BgClassName
{
background-color: #998FFC;
}
</style>
border-color css
<style>
span { border-color: #998FFC; }
span { border-color: rgb(153,143,252); }
td.TdClassName
{
border-color: #998FFC;
}
.TagClassName
{
border-color: #998FFC;
}
</style>