Shades of Moody Blue #776DCE
Tints of Moody Blue #776DCE
RGB
CMYK
RGB Variations
Color information
#776DCE (or 0x776DCE) is known color: Moody Blue. HEX triplet: 77, 6D and CE. RGB value is (119,109,206). Sum of RGB (Red+Green+Blue) = 119+109+206=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #776DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCE is #889231. Grayscale: #7A7A7A. Windows color (decimal): -8950322 or 13528439. OLE color: 13528439.
HSL color Cylindrical-coordinate representation of color #776DCE: hue angle of 246.19º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776DCE is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 109 | 206 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.19 |
| HSL | 246.19º | 0.5% | 0.62% | - |
| HSV(B) | 246.19º | 0.47% | 0.81% | - |
| XYZ | 24.22 | 19.32 | 60.84 | - |
| YUV | 123.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 206 | 0.42 | 0.47 | 0 | 0.19 | 246.19 | 0.5 | 0.62 |
| Hex | 77 | 6D | CE | 2A | 2F | 0 | 13 | F6 | 32 | 3E |
| Octal | 167 | 155 | 316 | 52 | 57 | 0 | 23 | 366 | 62 | 76 |
| Binary | 1110111 | 1101101 | 11001110 | 101010 | 101111 | 0 | 10011 | 11110110 | 110010 | 111110 |
Color Harmonies of #776DCE
Complementary color
Monochromatic Colors of #776DCE
Black with #776DCE
Text Example
Text Example
White with #776DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DCE; }
p { color: rgb(119,109,206); }
H1.HeaderClassName
{
color: #776DCE;
}
.AnyTagClassName
{
color: #776DCE;
}
</style>
background-color css
<style>
a { background-color: #776DCE; }
a { background-color: rgb(119,109,206); }
div.DivClassName
{
background-color: #776DCE;
}
.BgClassName
{
background-color: #776DCE;
}
</style>
border-color css
<style>
span { border-color: #776DCE; }
span { border-color: rgb(119,109,206); }
td.TdClassName
{
border-color: #776DCE;
}
.TagClassName
{
border-color: #776DCE;
}
</style>