Shades of Moody Blue #776BCD
Tints of Moody Blue #776BCD
RGB
CMYK
RGB Variations
Color information
#776BCD (or 0x776BCD) is known color: Moody Blue. HEX triplet: 77, 6B and CD. RGB value is (119,107,205). Sum of RGB (Red+Green+Blue) = 119+107+205=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #776BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCD is #889432. Grayscale: #797979. Windows color (decimal): -8950835 or 13462391. OLE color: 13462391.
HSL color Cylindrical-coordinate representation of color #776BCD: hue angle of 247.35º 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 #776BCD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 107 | 205 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.20 |
| HSL | 247.35º | 0.49% | 0.61% | - |
| HSV(B) | 247.35º | 0.48% | 0.8% | - |
| XYZ | 23.88 | 18.85 | 60.14 | - |
| YUV | 121.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 205 | 0.42 | 0.48 | 0 | 0.20 | 247.35 | 0.49 | 0.61 |
| Hex | 77 | 6B | CD | 2A | 30 | 0 | 14 | F7 | 31 | 3D |
| Octal | 167 | 153 | 315 | 52 | 60 | 0 | 24 | 367 | 61 | 75 |
| Binary | 1110111 | 1101011 | 11001101 | 101010 | 110000 | 0 | 10100 | 11110111 | 110001 | 111101 |
Color Harmonies of #776BCD
Complementary color
Monochromatic Colors of #776BCD
Black with #776BCD
Text Example
Text Example
White with #776BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BCD; }
p { color: rgb(119,107,205); }
H1.HeaderClassName
{
color: #776BCD;
}
.AnyTagClassName
{
color: #776BCD;
}
</style>
background-color css
<style>
a { background-color: #776BCD; }
a { background-color: rgb(119,107,205); }
div.DivClassName
{
background-color: #776BCD;
}
.BgClassName
{
background-color: #776BCD;
}
</style>
border-color css
<style>
span { border-color: #776BCD; }
span { border-color: rgb(119,107,205); }
td.TdClassName
{
border-color: #776BCD;
}
.TagClassName
{
border-color: #776BCD;
}
</style>