Shades of Light Slate Blue #7977FF
Tints of Light Slate Blue #7977FF
RGB
CMYK
RGB Variations
Color information
#7977FF (or 0x7977FF) is known color: Light Slate Blue. HEX triplet: 79, 77 and FF. RGB value is (121,119,255). Sum of RGB (Red+Green+Blue) = 121+119+255=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #7977FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7977FF is #868800. Grayscale: #868686. Windows color (decimal): -8816641 or 16742265. OLE color: 16742265.
HSL color Cylindrical-coordinate representation of color #7977FF: hue angle of 240.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7977FF is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 119 | 255 | - |
| CMYK | 0.53 | 0.53 | 0 | 0 |
| HSL | 240.88º | 1% | 0.73% | - |
| HSV(B) | 240.88º | 0.53% | 1% | - |
| XYZ | 32.53 | 24.48 | 97.62 | - |
| YUV | 135.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 255 | 0.53 | 0.53 | 0 | 0 | 240.88 | 1 | 0.73 |
| Hex | 79 | 77 | FF | 35 | 35 | 0 | 0 | F1 | 64 | 49 |
| Octal | 171 | 167 | 377 | 65 | 65 | 0 | 0 | 361 | 144 | 111 |
| Binary | 1111001 | 1110111 | 11111111 | 110101 | 110101 | 0 | 0 | 11110001 | 1100100 | 1001001 |
Color Harmonies of #7977FF
Complementary color
Monochromatic Colors of #7977FF
Black with #7977FF
Text Example
Text Example
White with #7977FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7977FF; }
p { color: rgb(121,119,255); }
H1.HeaderClassName
{
color: #7977FF;
}
.AnyTagClassName
{
color: #7977FF;
}
</style>
background-color css
<style>
a { background-color: #7977FF; }
a { background-color: rgb(121,119,255); }
div.DivClassName
{
background-color: #7977FF;
}
.BgClassName
{
background-color: #7977FF;
}
</style>
border-color css
<style>
span { border-color: #7977FF; }
span { border-color: rgb(121,119,255); }
td.TdClassName
{
border-color: #7977FF;
}
.TagClassName
{
border-color: #7977FF;
}
</style>