Shades of Light Slate Blue #998FFD
Tints of Light Slate Blue #998FFD
RGB
CMYK
RGB Variations
Color information
#998FFD (or 0x998FFD) is known color: Light Slate Blue. HEX triplet: 99, 8F and FD. RGB value is (153,143,253). Sum of RGB (Red+Green+Blue) = 153+143+253=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #998FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FFD is #667002. Grayscale: #9E9E9E. Windows color (decimal): -6713347 or 16617369. OLE color: 16617369.
HSL color Cylindrical-coordinate representation of color #998FFD: hue angle of 245.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998FFD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 143 | 253 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.01 |
| HSL | 245.45º | 0.96% | 0.78% | - |
| HSV(B) | 245.45º | 0.43% | 0.99% | - |
| XYZ | 40.69 | 33.51 | 97.25 | - |
| YUV | 158.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 253 | 0.40 | 0.43 | 0 | 0.01 | 245.45 | 0.96 | 0.78 |
| Hex | 99 | 8F | FD | 28 | 2B | 0 | 1 | F5 | 60 | 4E |
| Octal | 231 | 217 | 375 | 50 | 53 | 0 | 1 | 365 | 140 | 116 |
| Binary | 10011001 | 10001111 | 11111101 | 101000 | 101011 | 0 | 1 | 11110101 | 1100000 | 1001110 |
Color Harmonies of #998FFD
Complementary color
Monochromatic Colors of #998FFD
Black with #998FFD
Text Example
Text Example
White with #998FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FFD; }
p { color: rgb(153,143,253); }
H1.HeaderClassName
{
color: #998FFD;
}
.AnyTagClassName
{
color: #998FFD;
}
</style>
background-color css
<style>
a { background-color: #998FFD; }
a { background-color: rgb(153,143,253); }
div.DivClassName
{
background-color: #998FFD;
}
.BgClassName
{
background-color: #998FFD;
}
</style>
border-color css
<style>
span { border-color: #998FFD; }
span { border-color: rgb(153,143,253); }
td.TdClassName
{
border-color: #998FFD;
}
.TagClassName
{
border-color: #998FFD;
}
</style>