Shades of Light Slate Blue #998BFE
Tints of Light Slate Blue #998BFE
RGB
CMYK
RGB Variations
Color information
#998BFE (or 0x998BFE) is known color: Light Slate Blue. HEX triplet: 99, 8B and FE. RGB value is (153,139,254). Sum of RGB (Red+Green+Blue) = 153+139+254=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #998BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFE is #667401. Grayscale: #9B9B9B. Windows color (decimal): -6714370 or 16681881. OLE color: 16681881.
HSL color Cylindrical-coordinate representation of color #998BFE: hue angle of 247.3º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998BFE is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 139 | 254 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.00 |
| HSL | 247.3º | 0.98% | 0.77% | - |
| HSV(B) | 247.3º | 0.45% | 1% | - |
| XYZ | 40.26 | 32.39 | 97.9 | - |
| YUV | 156.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 254 | 0.40 | 0.45 | 0 | 0.00 | 247.3 | 0.98 | 0.77 |
| Hex | 99 | 8B | FE | 28 | 2D | 0 | 0 | F7 | 62 | 4D |
| Octal | 231 | 213 | 376 | 50 | 55 | 0 | 0 | 367 | 142 | 115 |
| Binary | 10011001 | 10001011 | 11111110 | 101000 | 101101 | 0 | 0 | 11110111 | 1100010 | 1001101 |
Color Harmonies of #998BFE
Complementary color
Monochromatic Colors of #998BFE
Black with #998BFE
Text Example
Text Example
White with #998BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BFE; }
p { color: rgb(153,139,254); }
H1.HeaderClassName
{
color: #998BFE;
}
.AnyTagClassName
{
color: #998BFE;
}
</style>
background-color css
<style>
a { background-color: #998BFE; }
a { background-color: rgb(153,139,254); }
div.DivClassName
{
background-color: #998BFE;
}
.BgClassName
{
background-color: #998BFE;
}
</style>
border-color css
<style>
span { border-color: #998BFE; }
span { border-color: rgb(153,139,254); }
td.TdClassName
{
border-color: #998BFE;
}
.TagClassName
{
border-color: #998BFE;
}
</style>