Shades of Moody Blue #7774CA
Tints of Moody Blue #7774CA
RGB
CMYK
RGB Variations
Color information
#7774CA (or 0x7774CA) is known color: Moody Blue. HEX triplet: 77, 74 and CA. RGB value is (119,116,202). Sum of RGB (Red+Green+Blue) = 119+116+202=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7774CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7774CA is #888B35. Grayscale: #7E7E7E. Windows color (decimal): -8948534 or 13268087. OLE color: 13268087.
HSL color Cylindrical-coordinate representation of color #7774CA: hue angle of 242.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7774CA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 116 | 202 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.21 |
| HSL | 242.09º | 0.45% | 0.62% | - |
| HSV(B) | 242.09º | 0.43% | 0.79% | - |
| XYZ | 24.51 | 20.68 | 58.58 | - |
| YUV | 126.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 202 | 0.41 | 0.43 | 0 | 0.21 | 242.09 | 0.45 | 0.62 |
| Hex | 77 | 74 | CA | 29 | 2B | 0 | 15 | F2 | 2D | 3E |
| Octal | 167 | 164 | 312 | 51 | 53 | 0 | 25 | 362 | 55 | 76 |
| Binary | 1110111 | 1110100 | 11001010 | 101001 | 101011 | 0 | 10101 | 11110010 | 101101 | 111110 |
Color Harmonies of #7774CA
Complementary color
Monochromatic Colors of #7774CA
Black with #7774CA
Text Example
Text Example
White with #7774CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7774CA; }
p { color: rgb(119,116,202); }
H1.HeaderClassName
{
color: #7774CA;
}
.AnyTagClassName
{
color: #7774CA;
}
</style>
background-color css
<style>
a { background-color: #7774CA; }
a { background-color: rgb(119,116,202); }
div.DivClassName
{
background-color: #7774CA;
}
.BgClassName
{
background-color: #7774CA;
}
</style>
border-color css
<style>
span { border-color: #7774CA; }
span { border-color: rgb(119,116,202); }
td.TdClassName
{
border-color: #7774CA;
}
.TagClassName
{
border-color: #7774CA;
}
</style>