Shades of Moody Blue #7779CF
Tints of Moody Blue #7779CF
RGB
CMYK
RGB Variations
Color information
#7779CF (or 0x7779CF) is known color: Moody Blue. HEX triplet: 77, 79 and CF. RGB value is (119,121,207). Sum of RGB (Red+Green+Blue) = 119+121+207=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #7779CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779CF is #888630. Grayscale: #818181. Windows color (decimal): -8947249 or 13597047. OLE color: 13597047.
HSL color Cylindrical-coordinate representation of color #7779CF: hue angle of 238.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7779CF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 121 | 207 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.19 |
| HSL | 238.64º | 0.48% | 0.64% | - |
| HSV(B) | 238.64º | 0.43% | 0.81% | - |
| XYZ | 25.71 | 22.1 | 61.94 | - |
| YUV | 130.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 207 | 0.43 | 0.42 | 0 | 0.19 | 238.64 | 0.48 | 0.64 |
| Hex | 77 | 79 | CF | 2B | 2A | 0 | 13 | EF | 30 | 40 |
| Octal | 167 | 171 | 317 | 53 | 52 | 0 | 23 | 357 | 60 | 100 |
| Binary | 1110111 | 1111001 | 11001111 | 101011 | 101010 | 0 | 10011 | 11101111 | 110000 | 1000000 |
Color Harmonies of #7779CF
Complementary color
Monochromatic Colors of #7779CF
Black with #7779CF
Text Example
Text Example
White with #7779CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779CF; }
p { color: rgb(119,121,207); }
H1.HeaderClassName
{
color: #7779CF;
}
.AnyTagClassName
{
color: #7779CF;
}
</style>
background-color css
<style>
a { background-color: #7779CF; }
a { background-color: rgb(119,121,207); }
div.DivClassName
{
background-color: #7779CF;
}
.BgClassName
{
background-color: #7779CF;
}
</style>
border-color css
<style>
span { border-color: #7779CF; }
span { border-color: rgb(119,121,207); }
td.TdClassName
{
border-color: #7779CF;
}
.TagClassName
{
border-color: #7779CF;
}
</style>