Shades of Light Slate Blue #998AFB
Tints of Light Slate Blue #998AFB
RGB
CMYK
RGB Variations
Color information
#998AFB (or 0x998AFB) is known color: Light Slate Blue. HEX triplet: 99, 8A and FB. RGB value is (153,138,251). Sum of RGB (Red+Green+Blue) = 153+138+251=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #998AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998AFB is #667504. Grayscale: #9A9A9A. Windows color (decimal): -6714629 or 16485017. OLE color: 16485017.
HSL color Cylindrical-coordinate representation of color #998AFB: hue angle of 247.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998AFB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 138 | 251 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.02 |
| HSL | 247.96º | 0.93% | 0.76% | - |
| HSV(B) | 247.96º | 0.45% | 0.98% | - |
| XYZ | 39.64 | 31.91 | 95.34 | - |
| YUV | 155.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 251 | 0.39 | 0.45 | 0 | 0.02 | 247.96 | 0.93 | 0.76 |
| Hex | 99 | 8A | FB | 27 | 2D | 0 | 2 | F8 | 5D | 4C |
| Octal | 231 | 212 | 373 | 47 | 55 | 0 | 2 | 370 | 135 | 114 |
| Binary | 10011001 | 10001010 | 11111011 | 100111 | 101101 | 0 | 10 | 11111000 | 1011101 | 1001100 |
Color Harmonies of #998AFB
Complementary color
Monochromatic Colors of #998AFB
Black with #998AFB
Text Example
Text Example
White with #998AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AFB; }
p { color: rgb(153,138,251); }
H1.HeaderClassName
{
color: #998AFB;
}
.AnyTagClassName
{
color: #998AFB;
}
</style>
background-color css
<style>
a { background-color: #998AFB; }
a { background-color: rgb(153,138,251); }
div.DivClassName
{
background-color: #998AFB;
}
.BgClassName
{
background-color: #998AFB;
}
</style>
border-color css
<style>
span { border-color: #998AFB; }
span { border-color: rgb(153,138,251); }
td.TdClassName
{
border-color: #998AFB;
}
.TagClassName
{
border-color: #998AFB;
}
</style>