Shades of Moody Blue #776BCC
Tints of Moody Blue #776BCC
RGB
CMYK
RGB Variations
Color information
#776BCC (or 0x776BCC) is known color: Moody Blue. HEX triplet: 77, 6B and CC. RGB value is (119,107,204). Sum of RGB (Red+Green+Blue) = 119+107+204=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #776BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCC is #889433. Grayscale: #797979. Windows color (decimal): -8950836 or 13396855. OLE color: 13396855.
HSL color Cylindrical-coordinate representation of color #776BCC: hue angle of 247.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776BCC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 107 | 204 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.2 |
| HSL | 247.42º | 0.49% | 0.61% | - |
| HSV(B) | 247.42º | 0.48% | 0.8% | - |
| XYZ | 23.76 | 18.8 | 59.5 | - |
| YUV | 121.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 204 | 0.42 | 0.48 | 0 | 0.2 | 247.42 | 0.49 | 0.61 |
| Hex | 77 | 6B | CC | 2A | 30 | 0 | 14 | F7 | 31 | 3D |
| Octal | 167 | 153 | 314 | 52 | 60 | 0 | 24 | 367 | 61 | 75 |
| Binary | 1110111 | 1101011 | 11001100 | 101010 | 110000 | 0 | 10100 | 11110111 | 110001 | 111101 |
Color Harmonies of #776BCC
Complementary color
Monochromatic Colors of #776BCC
Black with #776BCC
Text Example
Text Example
White with #776BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BCC; }
p { color: rgb(119,107,204); }
H1.HeaderClassName
{
color: #776BCC;
}
.AnyTagClassName
{
color: #776BCC;
}
</style>
background-color css
<style>
a { background-color: #776BCC; }
a { background-color: rgb(119,107,204); }
div.DivClassName
{
background-color: #776BCC;
}
.BgClassName
{
background-color: #776BCC;
}
</style>
border-color css
<style>
span { border-color: #776BCC; }
span { border-color: rgb(119,107,204); }
td.TdClassName
{
border-color: #776BCC;
}
.TagClassName
{
border-color: #776BCC;
}
</style>