Shades of Moody Blue #776FCD
Tints of Moody Blue #776FCD
RGB
CMYK
RGB Variations
Color information
#776FCD (or 0x776FCD) is known color: Moody Blue. HEX triplet: 77, 6F and CD. RGB value is (119,111,205). Sum of RGB (Red+Green+Blue) = 119+111+205=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #776FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FCD is #889032. Grayscale: #7B7B7B. Windows color (decimal): -8949811 or 13463415. OLE color: 13463415.
HSL color Cylindrical-coordinate representation of color #776FCD: hue angle of 245.11º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776FCD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 111 | 205 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.20 |
| HSL | 245.11º | 0.48% | 0.62% | - |
| HSV(B) | 245.11º | 0.46% | 0.8% | - |
| XYZ | 24.31 | 19.7 | 60.28 | - |
| YUV | 124.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 205 | 0.42 | 0.46 | 0 | 0.20 | 245.11 | 0.48 | 0.62 |
| Hex | 77 | 6F | CD | 2A | 2E | 0 | 14 | F5 | 30 | 3E |
| Octal | 167 | 157 | 315 | 52 | 56 | 0 | 24 | 365 | 60 | 76 |
| Binary | 1110111 | 1101111 | 11001101 | 101010 | 101110 | 0 | 10100 | 11110101 | 110000 | 111110 |
Color Harmonies of #776FCD
Complementary color
Monochromatic Colors of #776FCD
Black with #776FCD
Text Example
Text Example
White with #776FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FCD; }
p { color: rgb(119,111,205); }
H1.HeaderClassName
{
color: #776FCD;
}
.AnyTagClassName
{
color: #776FCD;
}
</style>
background-color css
<style>
a { background-color: #776FCD; }
a { background-color: rgb(119,111,205); }
div.DivClassName
{
background-color: #776FCD;
}
.BgClassName
{
background-color: #776FCD;
}
</style>
border-color css
<style>
span { border-color: #776FCD; }
span { border-color: rgb(119,111,205); }
td.TdClassName
{
border-color: #776FCD;
}
.TagClassName
{
border-color: #776FCD;
}
</style>