Shades of Light Slate Blue #988BF6
Tints of Light Slate Blue #988BF6
RGB
CMYK
RGB Variations
Color information
#988BF6 (or 0x988BF6) is known color: Light Slate Blue. HEX triplet: 98, 8B and F6. RGB value is (152,139,246). Sum of RGB (Red+Green+Blue) = 152+139+246=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #988BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BF6 is #677409. Grayscale: #9A9A9A. Windows color (decimal): -6779914 or 16157592. OLE color: 16157592.
HSL color Cylindrical-coordinate representation of color #988BF6: hue angle of 247.29º degrees, saturation: 0.86, 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 #988BF6 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 139 | 246 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.04 |
| HSL | 247.29º | 0.86% | 0.75% | - |
| HSV(B) | 247.29º | 0.43% | 0.96% | - |
| XYZ | 38.82 | 31.79 | 91.28 | - |
| YUV | 155.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 246 | 0.38 | 0.43 | 0 | 0.04 | 247.29 | 0.86 | 0.75 |
| Hex | 98 | 8B | F6 | 26 | 2B | 0 | 4 | F7 | 56 | 4B |
| Octal | 230 | 213 | 366 | 46 | 53 | 0 | 4 | 367 | 126 | 113 |
| Binary | 10011000 | 10001011 | 11110110 | 100110 | 101011 | 0 | 100 | 11110111 | 1010110 | 1001011 |
Color Harmonies of #988BF6
Complementary color
Monochromatic Colors of #988BF6
Black with #988BF6
Text Example
Text Example
White with #988BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BF6; }
p { color: rgb(152,139,246); }
H1.HeaderClassName
{
color: #988BF6;
}
.AnyTagClassName
{
color: #988BF6;
}
</style>
background-color css
<style>
a { background-color: #988BF6; }
a { background-color: rgb(152,139,246); }
div.DivClassName
{
background-color: #988BF6;
}
.BgClassName
{
background-color: #988BF6;
}
</style>
border-color css
<style>
span { border-color: #988BF6; }
span { border-color: rgb(152,139,246); }
td.TdClassName
{
border-color: #988BF6;
}
.TagClassName
{
border-color: #988BF6;
}
</style>