Shades of Light Slate Blue #977AF8
Tints of Light Slate Blue #977AF8
RGB
CMYK
RGB Variations
Color information
#977AF8 (or 0x977AF8) is known color: Light Slate Blue. HEX triplet: 97, 7A and F8. RGB value is (151,122,248). Sum of RGB (Red+Green+Blue) = 151+122+248=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #977AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977AF8 is #688507. Grayscale: #909090. Windows color (decimal): -6849800 or 16284311. OLE color: 16284311.
HSL color Cylindrical-coordinate representation of color #977AF8: hue angle of 253.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977AF8 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 122 | 248 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.03 |
| HSL | 253.81º | 0.9% | 0.73% | - |
| HSV(B) | 253.81º | 0.51% | 0.97% | - |
| XYZ | 36.67 | 27.28 | 92.14 | - |
| YUV | 145.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 248 | 0.39 | 0.51 | 0 | 0.03 | 253.81 | 0.9 | 0.73 |
| Hex | 97 | 7A | F8 | 27 | 33 | 0 | 3 | FE | 5A | 49 |
| Octal | 227 | 172 | 370 | 47 | 63 | 0 | 3 | 376 | 132 | 111 |
| Binary | 10010111 | 1111010 | 11111000 | 100111 | 110011 | 0 | 11 | 11111110 | 1011010 | 1001001 |
Color Harmonies of #977AF8
Complementary color
Monochromatic Colors of #977AF8
Black with #977AF8
Text Example
Text Example
White with #977AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977AF8; }
p { color: rgb(151,122,248); }
H1.HeaderClassName
{
color: #977AF8;
}
.AnyTagClassName
{
color: #977AF8;
}
</style>
background-color css
<style>
a { background-color: #977AF8; }
a { background-color: rgb(151,122,248); }
div.DivClassName
{
background-color: #977AF8;
}
.BgClassName
{
background-color: #977AF8;
}
</style>
border-color css
<style>
span { border-color: #977AF8; }
span { border-color: rgb(151,122,248); }
td.TdClassName
{
border-color: #977AF8;
}
.TagClassName
{
border-color: #977AF8;
}
</style>