Shades of Light Slate Blue #998DFB
Tints of Light Slate Blue #998DFB
RGB
CMYK
RGB Variations
Color information
#998DFB (or 0x998DFB) is known color: Light Slate Blue. HEX triplet: 99, 8D and FB. RGB value is (153,141,251). Sum of RGB (Red+Green+Blue) = 153+141+251=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #998DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFB is #667204. Grayscale: #9C9C9C. Windows color (decimal): -6713861 or 16485785. OLE color: 16485785.
HSL color Cylindrical-coordinate representation of color #998DFB: hue angle of 246.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998DFB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 141 | 251 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.02 |
| HSL | 246.55º | 0.93% | 0.77% | - |
| HSV(B) | 246.55º | 0.44% | 0.98% | - |
| XYZ | 40.07 | 32.79 | 95.48 | - |
| YUV | 157.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 251 | 0.39 | 0.44 | 0 | 0.02 | 246.55 | 0.93 | 0.77 |
| Hex | 99 | 8D | FB | 27 | 2C | 0 | 2 | F7 | 5D | 4D |
| Octal | 231 | 215 | 373 | 47 | 54 | 0 | 2 | 367 | 135 | 115 |
| Binary | 10011001 | 10001101 | 11111011 | 100111 | 101100 | 0 | 10 | 11110111 | 1011101 | 1001101 |
Color Harmonies of #998DFB
Complementary color
Monochromatic Colors of #998DFB
Black with #998DFB
Text Example
Text Example
White with #998DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DFB; }
p { color: rgb(153,141,251); }
H1.HeaderClassName
{
color: #998DFB;
}
.AnyTagClassName
{
color: #998DFB;
}
</style>
background-color css
<style>
a { background-color: #998DFB; }
a { background-color: rgb(153,141,251); }
div.DivClassName
{
background-color: #998DFB;
}
.BgClassName
{
background-color: #998DFB;
}
</style>
border-color css
<style>
span { border-color: #998DFB; }
span { border-color: rgb(153,141,251); }
td.TdClassName
{
border-color: #998DFB;
}
.TagClassName
{
border-color: #998DFB;
}
</style>