Shades of Light Slate Blue #998BFA
Tints of Light Slate Blue #998BFA
RGB
CMYK
RGB Variations
Color information
#998BFA (or 0x998BFA) is known color: Light Slate Blue. HEX triplet: 99, 8B and FA. RGB value is (153,139,250). Sum of RGB (Red+Green+Blue) = 153+139+250=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #998BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFA is #667405. Grayscale: #9B9B9B. Windows color (decimal): -6714374 or 16419737. OLE color: 16419737.
HSL color Cylindrical-coordinate representation of color #998BFA: hue angle of 247.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998BFA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 139 | 250 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.02 |
| HSL | 247.57º | 0.92% | 0.76% | - |
| HSV(B) | 247.57º | 0.44% | 0.98% | - |
| XYZ | 39.62 | 32.14 | 94.56 | - |
| YUV | 155.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 250 | 0.39 | 0.44 | 0 | 0.02 | 247.57 | 0.92 | 0.76 |
| Hex | 99 | 8B | FA | 27 | 2C | 0 | 2 | F8 | 5C | 4C |
| Octal | 231 | 213 | 372 | 47 | 54 | 0 | 2 | 370 | 134 | 114 |
| Binary | 10011001 | 10001011 | 11111010 | 100111 | 101100 | 0 | 10 | 11111000 | 1011100 | 1001100 |
Color Harmonies of #998BFA
Complementary color
Monochromatic Colors of #998BFA
Black with #998BFA
Text Example
Text Example
White with #998BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BFA; }
p { color: rgb(153,139,250); }
H1.HeaderClassName
{
color: #998BFA;
}
.AnyTagClassName
{
color: #998BFA;
}
</style>
background-color css
<style>
a { background-color: #998BFA; }
a { background-color: rgb(153,139,250); }
div.DivClassName
{
background-color: #998BFA;
}
.BgClassName
{
background-color: #998BFA;
}
</style>
border-color css
<style>
span { border-color: #998BFA; }
span { border-color: rgb(153,139,250); }
td.TdClassName
{
border-color: #998BFA;
}
.TagClassName
{
border-color: #998BFA;
}
</style>