Shades of Moody Blue #776DCA
Tints of Moody Blue #776DCA
RGB
CMYK
RGB Variations
Color information
#776DCA (or 0x776DCA) is known color: Moody Blue. HEX triplet: 77, 6D and CA. RGB value is (119,109,202). Sum of RGB (Red+Green+Blue) = 119+109+202=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #776DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCA is #889235. Grayscale: #7A7A7A. Windows color (decimal): -8950326 or 13266295. OLE color: 13266295.
HSL color Cylindrical-coordinate representation of color #776DCA: hue angle of 246.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776DCA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 109 | 202 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.21 |
| HSL | 246.45º | 0.47% | 0.61% | - |
| HSV(B) | 246.45º | 0.46% | 0.79% | - |
| XYZ | 23.74 | 19.12 | 58.32 | - |
| YUV | 122.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 202 | 0.41 | 0.46 | 0 | 0.21 | 246.45 | 0.47 | 0.61 |
| Hex | 77 | 6D | CA | 29 | 2E | 0 | 15 | F6 | 2F | 3D |
| Octal | 167 | 155 | 312 | 51 | 56 | 0 | 25 | 366 | 57 | 75 |
| Binary | 1110111 | 1101101 | 11001010 | 101001 | 101110 | 0 | 10101 | 11110110 | 101111 | 111101 |
Color Harmonies of #776DCA
Complementary color
Monochromatic Colors of #776DCA
Black with #776DCA
Text Example
Text Example
White with #776DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DCA; }
p { color: rgb(119,109,202); }
H1.HeaderClassName
{
color: #776DCA;
}
.AnyTagClassName
{
color: #776DCA;
}
</style>
background-color css
<style>
a { background-color: #776DCA; }
a { background-color: rgb(119,109,202); }
div.DivClassName
{
background-color: #776DCA;
}
.BgClassName
{
background-color: #776DCA;
}
</style>
border-color css
<style>
span { border-color: #776DCA; }
span { border-color: rgb(119,109,202); }
td.TdClassName
{
border-color: #776DCA;
}
.TagClassName
{
border-color: #776DCA;
}
</style>