Shades of Light Slate Blue #998CFF
Tints of Light Slate Blue #998CFF
RGB
CMYK
RGB Variations
Color information
#998CFF (or 0x998CFF) is known color: Light Slate Blue. HEX triplet: 99, 8C and FF. RGB value is (153,140,255). Sum of RGB (Red+Green+Blue) = 153+140+255=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #998CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CFF is #667300. Grayscale: #9C9C9C. Windows color (decimal): -6714113 or 16747673. OLE color: 16747673.
HSL color Cylindrical-coordinate representation of color #998CFF: hue angle of 246.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998CFF is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 140 | 255 | - |
| CMYK | 0.4 | 0.45 | 0 | 0 |
| HSL | 246.78º | 1% | 0.77% | - |
| HSV(B) | 246.78º | 0.45% | 1% | - |
| XYZ | 40.56 | 32.75 | 98.79 | - |
| YUV | 157 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 255 | 0.4 | 0.45 | 0 | 0 | 246.78 | 1 | 0.77 |
| Hex | 99 | 8C | FF | 28 | 2D | 0 | 0 | F7 | 64 | 4D |
| Octal | 231 | 214 | 377 | 50 | 55 | 0 | 0 | 367 | 144 | 115 |
| Binary | 10011001 | 10001100 | 11111111 | 101000 | 101101 | 0 | 0 | 11110111 | 1100100 | 1001101 |
Color Harmonies of #998CFF
Complementary color
Monochromatic Colors of #998CFF
Black with #998CFF
Text Example
Text Example
White with #998CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CFF; }
p { color: rgb(153,140,255); }
H1.HeaderClassName
{
color: #998CFF;
}
.AnyTagClassName
{
color: #998CFF;
}
</style>
background-color css
<style>
a { background-color: #998CFF; }
a { background-color: rgb(153,140,255); }
div.DivClassName
{
background-color: #998CFF;
}
.BgClassName
{
background-color: #998CFF;
}
</style>
border-color css
<style>
span { border-color: #998CFF; }
span { border-color: rgb(153,140,255); }
td.TdClassName
{
border-color: #998CFF;
}
.TagClassName
{
border-color: #998CFF;
}
</style>