Shades of Moody Blue #7772BD
Tints of Moody Blue #7772BD
RGB
CMYK
RGB Variations
Color information
#7772BD (or 0x7772BD) is known color: Moody Blue. HEX triplet: 77, 72 and BD. RGB value is (119,114,189). Sum of RGB (Red+Green+Blue) = 119+114+189=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7772BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772BD is #888D42. Grayscale: #7B7B7B. Windows color (decimal): -8949059 or 12415607. OLE color: 12415607.
HSL color Cylindrical-coordinate representation of color #7772BD: hue angle of 244º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7772BD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 114 | 189 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.26 |
| HSL | 244º | 0.36% | 0.59% | - |
| HSV(B) | 244º | 0.4% | 0.74% | - |
| XYZ | 22.81 | 19.63 | 50.73 | - |
| YUV | 124.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 189 | 0.37 | 0.40 | 0 | 0.26 | 244 | 0.36 | 0.59 |
| Hex | 77 | 72 | BD | 25 | 28 | 0 | 1A | F4 | 24 | 3B |
| Octal | 167 | 162 | 275 | 45 | 50 | 0 | 32 | 364 | 44 | 73 |
| Binary | 1110111 | 1110010 | 10111101 | 100101 | 101000 | 0 | 11010 | 11110100 | 100100 | 111011 |
Color Harmonies of #7772BD
Complementary color
Monochromatic Colors of #7772BD
Black with #7772BD
Text Example
Text Example
White with #7772BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772BD; }
p { color: rgb(119,114,189); }
H1.HeaderClassName
{
color: #7772BD;
}
.AnyTagClassName
{
color: #7772BD;
}
</style>
background-color css
<style>
a { background-color: #7772BD; }
a { background-color: rgb(119,114,189); }
div.DivClassName
{
background-color: #7772BD;
}
.BgClassName
{
background-color: #7772BD;
}
</style>
border-color css
<style>
span { border-color: #7772BD; }
span { border-color: rgb(119,114,189); }
td.TdClassName
{
border-color: #7772BD;
}
.TagClassName
{
border-color: #7772BD;
}
</style>