Shades of Light Slate Blue #988DFB
Tints of Light Slate Blue #988DFB
RGB
CMYK
RGB Variations
Color information
#988DFB (or 0x988DFB) is known color: Light Slate Blue. HEX triplet: 98, 8D and FB. RGB value is (152,141,251). Sum of RGB (Red+Green+Blue) = 152+141+251=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #988DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DFB is #677204. Grayscale: #9C9C9C. Windows color (decimal): -6779397 or 16485784. OLE color: 16485784.
HSL color Cylindrical-coordinate representation of color #988DFB: hue angle of 246º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988DFB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 141 | 251 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.02 |
| HSL | 246º | 0.93% | 0.77% | - |
| HSV(B) | 246º | 0.44% | 0.98% | - |
| XYZ | 39.89 | 32.69 | 95.47 | - |
| YUV | 156.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 251 | 0.39 | 0.44 | 0 | 0.02 | 246 | 0.93 | 0.77 |
| Hex | 98 | 8D | FB | 27 | 2C | 0 | 2 | F6 | 5D | 4D |
| Octal | 230 | 215 | 373 | 47 | 54 | 0 | 2 | 366 | 135 | 115 |
| Binary | 10011000 | 10001101 | 11111011 | 100111 | 101100 | 0 | 10 | 11110110 | 1011101 | 1001101 |
Color Harmonies of #988DFB
Complementary color
Monochromatic Colors of #988DFB
Black with #988DFB
Text Example
Text Example
White with #988DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DFB; }
p { color: rgb(152,141,251); }
H1.HeaderClassName
{
color: #988DFB;
}
.AnyTagClassName
{
color: #988DFB;
}
</style>
background-color css
<style>
a { background-color: #988DFB; }
a { background-color: rgb(152,141,251); }
div.DivClassName
{
background-color: #988DFB;
}
.BgClassName
{
background-color: #988DFB;
}
</style>
border-color css
<style>
span { border-color: #988DFB; }
span { border-color: rgb(152,141,251); }
td.TdClassName
{
border-color: #988DFB;
}
.TagClassName
{
border-color: #988DFB;
}
</style>