Shades of Light Slate Blue #988BFB
Tints of Light Slate Blue #988BFB
RGB
CMYK
RGB Variations
Color information
#988BFB (or 0x988BFB) is known color: Light Slate Blue. HEX triplet: 98, 8B and FB. RGB value is (152,139,251). Sum of RGB (Red+Green+Blue) = 152+139+251=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #988BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BFB is #677404. Grayscale: #9B9B9B. Windows color (decimal): -6779909 or 16485272. OLE color: 16485272.
HSL color Cylindrical-coordinate representation of color #988BFB: hue angle of 246.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988BFB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 139 | 251 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.02 |
| HSL | 246.96º | 0.93% | 0.76% | - |
| HSV(B) | 246.96º | 0.45% | 0.98% | - |
| XYZ | 39.59 | 32.11 | 95.38 | - |
| YUV | 155.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 251 | 0.39 | 0.45 | 0 | 0.02 | 246.96 | 0.93 | 0.76 |
| Hex | 98 | 8B | FB | 27 | 2D | 0 | 2 | F7 | 5D | 4C |
| Octal | 230 | 213 | 373 | 47 | 55 | 0 | 2 | 367 | 135 | 114 |
| Binary | 10011000 | 10001011 | 11111011 | 100111 | 101101 | 0 | 10 | 11110111 | 1011101 | 1001100 |
Color Harmonies of #988BFB
Complementary color
Monochromatic Colors of #988BFB
Black with #988BFB
Text Example
Text Example
White with #988BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BFB; }
p { color: rgb(152,139,251); }
H1.HeaderClassName
{
color: #988BFB;
}
.AnyTagClassName
{
color: #988BFB;
}
</style>
background-color css
<style>
a { background-color: #988BFB; }
a { background-color: rgb(152,139,251); }
div.DivClassName
{
background-color: #988BFB;
}
.BgClassName
{
background-color: #988BFB;
}
</style>
border-color css
<style>
span { border-color: #988BFB; }
span { border-color: rgb(152,139,251); }
td.TdClassName
{
border-color: #988BFB;
}
.TagClassName
{
border-color: #988BFB;
}
</style>