Shades of Light Slate Blue #998FFA
Tints of Light Slate Blue #998FFA
RGB
CMYK
RGB Variations
Color information
#998FFA (or 0x998FFA) is known color: Light Slate Blue. HEX triplet: 99, 8F and FA. RGB value is (153,143,250). Sum of RGB (Red+Green+Blue) = 153+143+250=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #998FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FFA is #667005. Grayscale: #9D9D9D. Windows color (decimal): -6713350 or 16420761. OLE color: 16420761.
HSL color Cylindrical-coordinate representation of color #998FFA: hue angle of 245.61º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998FFA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 143 | 250 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.02 |
| HSL | 245.61º | 0.91% | 0.77% | - |
| HSV(B) | 245.61º | 0.43% | 0.98% | - |
| XYZ | 40.21 | 33.32 | 94.75 | - |
| YUV | 158.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 250 | 0.39 | 0.43 | 0 | 0.02 | 245.61 | 0.91 | 0.77 |
| Hex | 99 | 8F | FA | 27 | 2B | 0 | 2 | F6 | 5B | 4D |
| Octal | 231 | 217 | 372 | 47 | 53 | 0 | 2 | 366 | 133 | 115 |
| Binary | 10011001 | 10001111 | 11111010 | 100111 | 101011 | 0 | 10 | 11110110 | 1011011 | 1001101 |
Color Harmonies of #998FFA
Complementary color
Monochromatic Colors of #998FFA
Black with #998FFA
Text Example
Text Example
White with #998FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FFA; }
p { color: rgb(153,143,250); }
H1.HeaderClassName
{
color: #998FFA;
}
.AnyTagClassName
{
color: #998FFA;
}
</style>
background-color css
<style>
a { background-color: #998FFA; }
a { background-color: rgb(153,143,250); }
div.DivClassName
{
background-color: #998FFA;
}
.BgClassName
{
background-color: #998FFA;
}
</style>
border-color css
<style>
span { border-color: #998FFA; }
span { border-color: rgb(153,143,250); }
td.TdClassName
{
border-color: #998FFA;
}
.TagClassName
{
border-color: #998FFA;
}
</style>