Shades of Light Slate Blue #997DF5
Tints of Light Slate Blue #997DF5
RGB
CMYK
RGB Variations
Color information
#997DF5 (or 0x997DF5) is known color: Light Slate Blue. HEX triplet: 99, 7D and F5. RGB value is (153,125,245). Sum of RGB (Red+Green+Blue) = 153+125+245=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #997DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF5 is #66820A. Grayscale: #929292. Windows color (decimal): -6717963 or 16088473. OLE color: 16088473.
HSL color Cylindrical-coordinate representation of color #997DF5: hue angle of 254º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997DF5 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 125 | 245 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.04 |
| HSL | 254º | 0.86% | 0.73% | - |
| HSV(B) | 254º | 0.49% | 0.96% | - |
| XYZ | 36.95 | 28.03 | 89.85 | - |
| YUV | 147.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 245 | 0.38 | 0.49 | 0 | 0.04 | 254 | 0.86 | 0.73 |
| Hex | 99 | 7D | F5 | 26 | 31 | 0 | 4 | FE | 56 | 49 |
| Octal | 231 | 175 | 365 | 46 | 61 | 0 | 4 | 376 | 126 | 111 |
| Binary | 10011001 | 1111101 | 11110101 | 100110 | 110001 | 0 | 100 | 11111110 | 1010110 | 1001001 |
Color Harmonies of #997DF5
Complementary color
Monochromatic Colors of #997DF5
Black with #997DF5
Text Example
Text Example
White with #997DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DF5; }
p { color: rgb(153,125,245); }
H1.HeaderClassName
{
color: #997DF5;
}
.AnyTagClassName
{
color: #997DF5;
}
</style>
background-color css
<style>
a { background-color: #997DF5; }
a { background-color: rgb(153,125,245); }
div.DivClassName
{
background-color: #997DF5;
}
.BgClassName
{
background-color: #997DF5;
}
</style>
border-color css
<style>
span { border-color: #997DF5; }
span { border-color: rgb(153,125,245); }
td.TdClassName
{
border-color: #997DF5;
}
.TagClassName
{
border-color: #997DF5;
}
</style>