Shades of Moody Blue #7A77CE
Tints of Moody Blue #7A77CE
RGB
CMYK
RGB Variations
Color information
#7A77CE (or 0x7A77CE) is known color: Moody Blue. HEX triplet: 7A, 77 and CE. RGB value is (122,119,206). Sum of RGB (Red+Green+Blue) = 122+119+206=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77CE is #858831. Grayscale: #818181. Windows color (decimal): -8751154 or 13531002. OLE color: 13531002.
HSL color Cylindrical-coordinate representation of color #7A77CE: hue angle of 242.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A77CE is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 119 | 206 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.19 |
| HSL | 242.07º | 0.47% | 0.64% | - |
| HSV(B) | 242.07º | 0.42% | 0.81% | - |
| XYZ | 25.76 | 21.79 | 61.24 | - |
| YUV | 129.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 206 | 0.41 | 0.42 | 0 | 0.19 | 242.07 | 0.47 | 0.64 |
| Hex | 7A | 77 | CE | 29 | 2A | 0 | 13 | F2 | 2F | 40 |
| Octal | 172 | 167 | 316 | 51 | 52 | 0 | 23 | 362 | 57 | 100 |
| Binary | 1111010 | 1110111 | 11001110 | 101001 | 101010 | 0 | 10011 | 11110010 | 101111 | 1000000 |
Color Harmonies of #7A77CE
Complementary color
Monochromatic Colors of #7A77CE
Black with #7A77CE
Text Example
Text Example
White with #7A77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77CE; }
p { color: rgb(122,119,206); }
H1.HeaderClassName
{
color: #7A77CE;
}
.AnyTagClassName
{
color: #7A77CE;
}
</style>
background-color css
<style>
a { background-color: #7A77CE; }
a { background-color: rgb(122,119,206); }
div.DivClassName
{
background-color: #7A77CE;
}
.BgClassName
{
background-color: #7A77CE;
}
</style>
border-color css
<style>
span { border-color: #7A77CE; }
span { border-color: rgb(122,119,206); }
td.TdClassName
{
border-color: #7A77CE;
}
.TagClassName
{
border-color: #7A77CE;
}
</style>