Shades of Light Slate Blue #988AF6
Tints of Light Slate Blue #988AF6
RGB
CMYK
RGB Variations
Color information
#988AF6 (or 0x988AF6) is known color: Light Slate Blue. HEX triplet: 98, 8A and F6. RGB value is (152,138,246). Sum of RGB (Red+Green+Blue) = 152+138+246=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #988AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AF6 is #677509. Grayscale: #9A9A9A. Windows color (decimal): -6780170 or 16157336. OLE color: 16157336.
HSL color Cylindrical-coordinate representation of color #988AF6: hue angle of 247.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988AF6 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 138 | 246 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.04 |
| HSL | 247.78º | 0.86% | 0.75% | - |
| HSV(B) | 247.78º | 0.44% | 0.96% | - |
| XYZ | 38.67 | 31.51 | 91.23 | - |
| YUV | 154.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 246 | 0.38 | 0.44 | 0 | 0.04 | 247.78 | 0.86 | 0.75 |
| Hex | 98 | 8A | F6 | 26 | 2C | 0 | 4 | F8 | 56 | 4B |
| Octal | 230 | 212 | 366 | 46 | 54 | 0 | 4 | 370 | 126 | 113 |
| Binary | 10011000 | 10001010 | 11110110 | 100110 | 101100 | 0 | 100 | 11111000 | 1010110 | 1001011 |
Color Harmonies of #988AF6
Complementary color
Monochromatic Colors of #988AF6
Black with #988AF6
Text Example
Text Example
White with #988AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988AF6; }
p { color: rgb(152,138,246); }
H1.HeaderClassName
{
color: #988AF6;
}
.AnyTagClassName
{
color: #988AF6;
}
</style>
background-color css
<style>
a { background-color: #988AF6; }
a { background-color: rgb(152,138,246); }
div.DivClassName
{
background-color: #988AF6;
}
.BgClassName
{
background-color: #988AF6;
}
</style>
border-color css
<style>
span { border-color: #988AF6; }
span { border-color: rgb(152,138,246); }
td.TdClassName
{
border-color: #988AF6;
}
.TagClassName
{
border-color: #988AF6;
}
</style>