Shades of Light Slate Blue #998BFD
Tints of Light Slate Blue #998BFD
RGB
CMYK
RGB Variations
Color information
#998BFD (or 0x998BFD) is known color: Light Slate Blue. HEX triplet: 99, 8B and FD. RGB value is (153,139,253). Sum of RGB (Red+Green+Blue) = 153+139+253=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #998BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFD is #667402. Grayscale: #9B9B9B. Windows color (decimal): -6714371 or 16616345. OLE color: 16616345.
HSL color Cylindrical-coordinate representation of color #998BFD: hue angle of 247.37º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998BFD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 139 | 253 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.01 |
| HSL | 247.37º | 0.97% | 0.77% | - |
| HSV(B) | 247.37º | 0.45% | 0.99% | - |
| XYZ | 40.1 | 32.33 | 97.06 | - |
| YUV | 156.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 253 | 0.40 | 0.45 | 0 | 0.01 | 247.37 | 0.97 | 0.77 |
| Hex | 99 | 8B | FD | 28 | 2D | 0 | 1 | F7 | 61 | 4D |
| Octal | 231 | 213 | 375 | 50 | 55 | 0 | 1 | 367 | 141 | 115 |
| Binary | 10011001 | 10001011 | 11111101 | 101000 | 101101 | 0 | 1 | 11110111 | 1100001 | 1001101 |
Color Harmonies of #998BFD
Complementary color
Monochromatic Colors of #998BFD
Black with #998BFD
Text Example
Text Example
White with #998BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BFD; }
p { color: rgb(153,139,253); }
H1.HeaderClassName
{
color: #998BFD;
}
.AnyTagClassName
{
color: #998BFD;
}
</style>
background-color css
<style>
a { background-color: #998BFD; }
a { background-color: rgb(153,139,253); }
div.DivClassName
{
background-color: #998BFD;
}
.BgClassName
{
background-color: #998BFD;
}
</style>
border-color css
<style>
span { border-color: #998BFD; }
span { border-color: rgb(153,139,253); }
td.TdClassName
{
border-color: #998BFD;
}
.TagClassName
{
border-color: #998BFD;
}
</style>