Shades of Light Slate Blue #998BF5
Tints of Light Slate Blue #998BF5
RGB
CMYK
RGB Variations
Color information
#998BF5 (or 0x998BF5) is known color: Light Slate Blue. HEX triplet: 99, 8B and F5. RGB value is (153,139,245). Sum of RGB (Red+Green+Blue) = 153+139+245=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #998BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BF5 is #66740A. Grayscale: #9A9A9A. Windows color (decimal): -6714379 or 16092057. OLE color: 16092057.
HSL color Cylindrical-coordinate representation of color #998BF5: hue angle of 247.92º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998BF5 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 139 | 245 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.04 |
| HSL | 247.92º | 0.84% | 0.75% | - |
| HSV(B) | 247.92º | 0.43% | 0.96% | - |
| XYZ | 38.85 | 31.83 | 90.48 | - |
| YUV | 155.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 245 | 0.38 | 0.43 | 0 | 0.04 | 247.92 | 0.84 | 0.75 |
| Hex | 99 | 8B | F5 | 26 | 2B | 0 | 4 | F8 | 54 | 4B |
| Octal | 231 | 213 | 365 | 46 | 53 | 0 | 4 | 370 | 124 | 113 |
| Binary | 10011001 | 10001011 | 11110101 | 100110 | 101011 | 0 | 100 | 11111000 | 1010100 | 1001011 |
Color Harmonies of #998BF5
Complementary color
Monochromatic Colors of #998BF5
Black with #998BF5
Text Example
Text Example
White with #998BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BF5; }
p { color: rgb(153,139,245); }
H1.HeaderClassName
{
color: #998BF5;
}
.AnyTagClassName
{
color: #998BF5;
}
</style>
background-color css
<style>
a { background-color: #998BF5; }
a { background-color: rgb(153,139,245); }
div.DivClassName
{
background-color: #998BF5;
}
.BgClassName
{
background-color: #998BF5;
}
</style>
border-color css
<style>
span { border-color: #998BF5; }
span { border-color: rgb(153,139,245); }
td.TdClassName
{
border-color: #998BF5;
}
.TagClassName
{
border-color: #998BF5;
}
</style>