Shades of Light Slate Blue #977DF5
Tints of Light Slate Blue #977DF5
RGB
CMYK
RGB Variations
Color information
#977DF5 (or 0x977DF5) is known color: Light Slate Blue. HEX triplet: 97, 7D and F5. RGB value is (151,125,245). Sum of RGB (Red+Green+Blue) = 151+125+245=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #977DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DF5 is #68820A. Grayscale: #929292. Windows color (decimal): -6849035 or 16088471. OLE color: 16088471.
HSL color Cylindrical-coordinate representation of color #977DF5: hue angle of 253º 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 #977DF5 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 125 | 245 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.04 |
| HSL | 253º | 0.86% | 0.73% | - |
| HSV(B) | 253º | 0.49% | 0.96% | - |
| XYZ | 36.58 | 27.84 | 89.83 | - |
| YUV | 146.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 245 | 0.38 | 0.49 | 0 | 0.04 | 253 | 0.86 | 0.73 |
| Hex | 97 | 7D | F5 | 26 | 31 | 0 | 4 | FD | 56 | 49 |
| Octal | 227 | 175 | 365 | 46 | 61 | 0 | 4 | 375 | 126 | 111 |
| Binary | 10010111 | 1111101 | 11110101 | 100110 | 110001 | 0 | 100 | 11111101 | 1010110 | 1001001 |
Color Harmonies of #977DF5
Complementary color
Monochromatic Colors of #977DF5
Black with #977DF5
Text Example
Text Example
White with #977DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DF5; }
p { color: rgb(151,125,245); }
H1.HeaderClassName
{
color: #977DF5;
}
.AnyTagClassName
{
color: #977DF5;
}
</style>
background-color css
<style>
a { background-color: #977DF5; }
a { background-color: rgb(151,125,245); }
div.DivClassName
{
background-color: #977DF5;
}
.BgClassName
{
background-color: #977DF5;
}
</style>
border-color css
<style>
span { border-color: #977DF5; }
span { border-color: rgb(151,125,245); }
td.TdClassName
{
border-color: #977DF5;
}
.TagClassName
{
border-color: #977DF5;
}
</style>