Shades of Light Slate Blue #997DFF
Tints of Light Slate Blue #997DFF
RGB
CMYK
RGB Variations
Color information
#997DFF (or 0x997DFF) is known color: Light Slate Blue. HEX triplet: 99, 7D and FF. RGB value is (153,125,255). Sum of RGB (Red+Green+Blue) = 153+125+255=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #997DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DFF is #668200. Grayscale: #939393. Windows color (decimal): -6717953 or 16743833. OLE color: 16743833.
HSL color Cylindrical-coordinate representation of color #997DFF: hue angle of 252.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997DFF is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 125 | 255 | - |
| CMYK | 0.4 | 0.51 | 0 | 0 |
| HSL | 252.92º | 1% | 0.75% | - |
| HSV(B) | 252.92º | 0.51% | 1% | - |
| XYZ | 38.52 | 28.66 | 98.11 | - |
| YUV | 148.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 255 | 0.4 | 0.51 | 0 | 0 | 252.92 | 1 | 0.75 |
| Hex | 99 | 7D | FF | 28 | 33 | 0 | 0 | FD | 64 | 4B |
| Octal | 231 | 175 | 377 | 50 | 63 | 0 | 0 | 375 | 144 | 113 |
| Binary | 10011001 | 1111101 | 11111111 | 101000 | 110011 | 0 | 0 | 11111101 | 1100100 | 1001011 |
Color Harmonies of #997DFF
Complementary color
Monochromatic Colors of #997DFF
Black with #997DFF
Text Example
Text Example
White with #997DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DFF; }
p { color: rgb(153,125,255); }
H1.HeaderClassName
{
color: #997DFF;
}
.AnyTagClassName
{
color: #997DFF;
}
</style>
background-color css
<style>
a { background-color: #997DFF; }
a { background-color: rgb(153,125,255); }
div.DivClassName
{
background-color: #997DFF;
}
.BgClassName
{
background-color: #997DFF;
}
</style>
border-color css
<style>
span { border-color: #997DFF; }
span { border-color: rgb(153,125,255); }
td.TdClassName
{
border-color: #997DFF;
}
.TagClassName
{
border-color: #997DFF;
}
</style>