Shades of Moody Blue #7771CA
Tints of Moody Blue #7771CA
RGB
CMYK
RGB Variations
Color information
#7771CA (or 0x7771CA) is known color: Moody Blue. HEX triplet: 77, 71 and CA. RGB value is (119,113,202). Sum of RGB (Red+Green+Blue) = 119+113+202=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7771CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771CA is #888E35. Grayscale: #7C7C7C. Windows color (decimal): -8949302 or 13267319. OLE color: 13267319.
HSL color Cylindrical-coordinate representation of color #7771CA: hue angle of 244.04º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7771CA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 113 | 202 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.21 |
| HSL | 244.04º | 0.46% | 0.62% | - |
| HSV(B) | 244.04º | 0.44% | 0.79% | - |
| XYZ | 24.17 | 20 | 58.46 | - |
| YUV | 124.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 202 | 0.41 | 0.44 | 0 | 0.21 | 244.04 | 0.46 | 0.62 |
| Hex | 77 | 71 | CA | 29 | 2C | 0 | 15 | F4 | 2E | 3E |
| Octal | 167 | 161 | 312 | 51 | 54 | 0 | 25 | 364 | 56 | 76 |
| Binary | 1110111 | 1110001 | 11001010 | 101001 | 101100 | 0 | 10101 | 11110100 | 101110 | 111110 |
Color Harmonies of #7771CA
Complementary color
Monochromatic Colors of #7771CA
Black with #7771CA
Text Example
Text Example
White with #7771CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771CA; }
p { color: rgb(119,113,202); }
H1.HeaderClassName
{
color: #7771CA;
}
.AnyTagClassName
{
color: #7771CA;
}
</style>
background-color css
<style>
a { background-color: #7771CA; }
a { background-color: rgb(119,113,202); }
div.DivClassName
{
background-color: #7771CA;
}
.BgClassName
{
background-color: #7771CA;
}
</style>
border-color css
<style>
span { border-color: #7771CA; }
span { border-color: rgb(119,113,202); }
td.TdClassName
{
border-color: #7771CA;
}
.TagClassName
{
border-color: #7771CA;
}
</style>