Shades of Light Slate Blue #988FF6
Tints of Light Slate Blue #988FF6
RGB
CMYK
RGB Variations
Color information
#988FF6 (or 0x988FF6) is known color: Light Slate Blue. HEX triplet: 98, 8F and F6. RGB value is (152,143,246). Sum of RGB (Red+Green+Blue) = 152+143+246=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #988FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FF6 is #677009. Grayscale: #9D9D9D. Windows color (decimal): -6778890 or 16158616. OLE color: 16158616.
HSL color Cylindrical-coordinate representation of color #988FF6: hue angle of 245.24º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988FF6 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 143 | 246 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.04 |
| HSL | 245.24º | 0.85% | 0.76% | - |
| HSV(B) | 245.24º | 0.42% | 0.96% | - |
| XYZ | 39.41 | 32.97 | 91.48 | - |
| YUV | 157.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 246 | 0.38 | 0.42 | 0 | 0.04 | 245.24 | 0.85 | 0.76 |
| Hex | 98 | 8F | F6 | 26 | 2A | 0 | 4 | F5 | 55 | 4C |
| Octal | 230 | 217 | 366 | 46 | 52 | 0 | 4 | 365 | 125 | 114 |
| Binary | 10011000 | 10001111 | 11110110 | 100110 | 101010 | 0 | 100 | 11110101 | 1010101 | 1001100 |
Color Harmonies of #988FF6
Complementary color
Monochromatic Colors of #988FF6
Black with #988FF6
Text Example
Text Example
White with #988FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FF6; }
p { color: rgb(152,143,246); }
H1.HeaderClassName
{
color: #988FF6;
}
.AnyTagClassName
{
color: #988FF6;
}
</style>
background-color css
<style>
a { background-color: #988FF6; }
a { background-color: rgb(152,143,246); }
div.DivClassName
{
background-color: #988FF6;
}
.BgClassName
{
background-color: #988FF6;
}
</style>
border-color css
<style>
span { border-color: #988FF6; }
span { border-color: rgb(152,143,246); }
td.TdClassName
{
border-color: #988FF6;
}
.TagClassName
{
border-color: #988FF6;
}
</style>