Shades of Light Slate Blue #988BF9
Tints of Light Slate Blue #988BF9
RGB
CMYK
RGB Variations
Color information
#988BF9 (or 0x988BF9) is known color: Light Slate Blue. HEX triplet: 98, 8B and F9. RGB value is (152,139,249). Sum of RGB (Red+Green+Blue) = 152+139+249=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #988BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BF9 is #677406. Grayscale: #9B9B9B. Windows color (decimal): -6779911 or 16354200. OLE color: 16354200.
HSL color Cylindrical-coordinate representation of color #988BF9: hue angle of 247.09º degrees, saturation: 0.9, 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 #988BF9 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 139 | 249 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.02 |
| HSL | 247.09º | 0.9% | 0.76% | - |
| HSV(B) | 247.09º | 0.44% | 0.98% | - |
| XYZ | 39.28 | 31.98 | 93.73 | - |
| YUV | 155.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 249 | 0.39 | 0.44 | 0 | 0.02 | 247.09 | 0.9 | 0.76 |
| Hex | 98 | 8B | F9 | 27 | 2C | 0 | 2 | F7 | 5A | 4C |
| Octal | 230 | 213 | 371 | 47 | 54 | 0 | 2 | 367 | 132 | 114 |
| Binary | 10011000 | 10001011 | 11111001 | 100111 | 101100 | 0 | 10 | 11110111 | 1011010 | 1001100 |
Color Harmonies of #988BF9
Complementary color
Monochromatic Colors of #988BF9
Black with #988BF9
Text Example
Text Example
White with #988BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BF9; }
p { color: rgb(152,139,249); }
H1.HeaderClassName
{
color: #988BF9;
}
.AnyTagClassName
{
color: #988BF9;
}
</style>
background-color css
<style>
a { background-color: #988BF9; }
a { background-color: rgb(152,139,249); }
div.DivClassName
{
background-color: #988BF9;
}
.BgClassName
{
background-color: #988BF9;
}
</style>
border-color css
<style>
span { border-color: #988BF9; }
span { border-color: rgb(152,139,249); }
td.TdClassName
{
border-color: #988BF9;
}
.TagClassName
{
border-color: #988BF9;
}
</style>