Shades of Moody Blue #7A77B4
Tints of Moody Blue #7A77B4
RGB
CMYK
RGB Variations
Color information
#7A77B4 (or 0x7A77B4) is known color: Moody Blue. HEX triplet: 7A, 77 and B4. RGB value is (122,119,180). Sum of RGB (Red+Green+Blue) = 122+119+180=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A77B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77B4 is #85884B. Grayscale: #7E7E7E. Windows color (decimal): -8751180 or 11827066. OLE color: 11827066.
HSL color Cylindrical-coordinate representation of color #7A77B4: hue angle of 242.95º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A77B4 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 119 | 180 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.29 |
| HSL | 242.95º | 0.29% | 0.59% | - |
| HSV(B) | 242.95º | 0.34% | 0.71% | - |
| XYZ | 22.86 | 20.63 | 45.96 | - |
| YUV | 126.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 180 | 0.32 | 0.34 | 0 | 0.29 | 242.95 | 0.29 | 0.59 |
| Hex | 7A | 77 | B4 | 20 | 22 | 0 | 1D | F3 | 1D | 3B |
| Octal | 172 | 167 | 264 | 40 | 42 | 0 | 35 | 363 | 35 | 73 |
| Binary | 1111010 | 1110111 | 10110100 | 100000 | 100010 | 0 | 11101 | 11110011 | 11101 | 111011 |
Color Harmonies of #7A77B4
Complementary color
Monochromatic Colors of #7A77B4
Black with #7A77B4
Text Example
Text Example
White with #7A77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77B4; }
p { color: rgb(122,119,180); }
H1.HeaderClassName
{
color: #7A77B4;
}
.AnyTagClassName
{
color: #7A77B4;
}
</style>
background-color css
<style>
a { background-color: #7A77B4; }
a { background-color: rgb(122,119,180); }
div.DivClassName
{
background-color: #7A77B4;
}
.BgClassName
{
background-color: #7A77B4;
}
</style>
border-color css
<style>
span { border-color: #7A77B4; }
span { border-color: rgb(122,119,180); }
td.TdClassName
{
border-color: #7A77B4;
}
.TagClassName
{
border-color: #7A77B4;
}
</style>