Shades of Light Slate Blue #977DF8
Tints of Light Slate Blue #977DF8
RGB
CMYK
RGB Variations
Color information
#977DF8 (or 0x977DF8) is known color: Light Slate Blue. HEX triplet: 97, 7D and F8. RGB value is (151,125,248). Sum of RGB (Red+Green+Blue) = 151+125+248=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #977DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DF8 is #688207. Grayscale: #929292. Windows color (decimal): -6849032 or 16285079. OLE color: 16285079.
HSL color Cylindrical-coordinate representation of color #977DF8: hue angle of 252.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977DF8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 125 | 248 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.03 |
| HSL | 252.68º | 0.9% | 0.73% | - |
| HSV(B) | 252.68º | 0.5% | 0.97% | - |
| XYZ | 37.04 | 28.02 | 92.26 | - |
| YUV | 146.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 248 | 0.39 | 0.50 | 0 | 0.03 | 252.68 | 0.9 | 0.73 |
| Hex | 97 | 7D | F8 | 27 | 32 | 0 | 3 | FD | 5A | 49 |
| Octal | 227 | 175 | 370 | 47 | 62 | 0 | 3 | 375 | 132 | 111 |
| Binary | 10010111 | 1111101 | 11111000 | 100111 | 110010 | 0 | 11 | 11111101 | 1011010 | 1001001 |
Color Harmonies of #977DF8
Complementary color
Monochromatic Colors of #977DF8
Black with #977DF8
Text Example
Text Example
White with #977DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DF8; }
p { color: rgb(151,125,248); }
H1.HeaderClassName
{
color: #977DF8;
}
.AnyTagClassName
{
color: #977DF8;
}
</style>
background-color css
<style>
a { background-color: #977DF8; }
a { background-color: rgb(151,125,248); }
div.DivClassName
{
background-color: #977DF8;
}
.BgClassName
{
background-color: #977DF8;
}
</style>
border-color css
<style>
span { border-color: #977DF8; }
span { border-color: rgb(151,125,248); }
td.TdClassName
{
border-color: #977DF8;
}
.TagClassName
{
border-color: #977DF8;
}
</style>