Shades of Light Slate Blue #988CEF
Tints of Light Slate Blue #988CEF
RGB
CMYK
RGB Variations
Color information
#988CEF (or 0x988CEF) is known color: Light Slate Blue. HEX triplet: 98, 8C and EF. RGB value is (152,140,239). Sum of RGB (Red+Green+Blue) = 152+140+239=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #988CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CEF is #677310. Grayscale: #9A9A9A. Windows color (decimal): -6779665 or 15699096. OLE color: 15699096.
HSL color Cylindrical-coordinate representation of color #988CEF: hue angle of 247.27º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988CEF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 140 | 239 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.06 |
| HSL | 247.27º | 0.76% | 0.74% | - |
| HSV(B) | 247.27º | 0.41% | 0.94% | - |
| XYZ | 37.91 | 31.66 | 85.78 | - |
| YUV | 154.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 239 | 0.36 | 0.41 | 0 | 0.06 | 247.27 | 0.76 | 0.74 |
| Hex | 98 | 8C | EF | 24 | 29 | 0 | 6 | F7 | 4C | 4A |
| Octal | 230 | 214 | 357 | 44 | 51 | 0 | 6 | 367 | 114 | 112 |
| Binary | 10011000 | 10001100 | 11101111 | 100100 | 101001 | 0 | 110 | 11110111 | 1001100 | 1001010 |
Color Harmonies of #988CEF
Complementary color
Monochromatic Colors of #988CEF
Black with #988CEF
Text Example
Text Example
White with #988CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CEF; }
p { color: rgb(152,140,239); }
H1.HeaderClassName
{
color: #988CEF;
}
.AnyTagClassName
{
color: #988CEF;
}
</style>
background-color css
<style>
a { background-color: #988CEF; }
a { background-color: rgb(152,140,239); }
div.DivClassName
{
background-color: #988CEF;
}
.BgClassName
{
background-color: #988CEF;
}
</style>
border-color css
<style>
span { border-color: #988CEF; }
span { border-color: rgb(152,140,239); }
td.TdClassName
{
border-color: #988CEF;
}
.TagClassName
{
border-color: #988CEF;
}
</style>