Shades of Light Slate Blue #998CEF
Tints of Light Slate Blue #998CEF
RGB
CMYK
RGB Variations
Color information
#998CEF (or 0x998CEF) is known color: Light Slate Blue. HEX triplet: 99, 8C and EF. RGB value is (153,140,239). Sum of RGB (Red+Green+Blue) = 153+140+239=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #998CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CEF is #667310. Grayscale: #9A9A9A. Windows color (decimal): -6714129 or 15699097. OLE color: 15699097.
HSL color Cylindrical-coordinate representation of color #998CEF: hue angle of 247.88º 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 #998CEF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 140 | 239 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.06 |
| HSL | 247.88º | 0.76% | 0.74% | - |
| HSV(B) | 247.88º | 0.41% | 0.94% | - |
| XYZ | 38.09 | 31.76 | 85.78 | - |
| YUV | 155.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 239 | 0.36 | 0.41 | 0 | 0.06 | 247.88 | 0.76 | 0.74 |
| Hex | 99 | 8C | EF | 24 | 29 | 0 | 6 | F8 | 4C | 4A |
| Octal | 231 | 214 | 357 | 44 | 51 | 0 | 6 | 370 | 114 | 112 |
| Binary | 10011001 | 10001100 | 11101111 | 100100 | 101001 | 0 | 110 | 11111000 | 1001100 | 1001010 |
Color Harmonies of #998CEF
Complementary color
Monochromatic Colors of #998CEF
Black with #998CEF
Text Example
Text Example
White with #998CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CEF; }
p { color: rgb(153,140,239); }
H1.HeaderClassName
{
color: #998CEF;
}
.AnyTagClassName
{
color: #998CEF;
}
</style>
background-color css
<style>
a { background-color: #998CEF; }
a { background-color: rgb(153,140,239); }
div.DivClassName
{
background-color: #998CEF;
}
.BgClassName
{
background-color: #998CEF;
}
</style>
border-color css
<style>
span { border-color: #998CEF; }
span { border-color: rgb(153,140,239); }
td.TdClassName
{
border-color: #998CEF;
}
.TagClassName
{
border-color: #998CEF;
}
</style>