Shades of Moody Blue #776BCE
Tints of Moody Blue #776BCE
RGB
CMYK
RGB Variations
Color information
#776BCE (or 0x776BCE) is known color: Moody Blue. HEX triplet: 77, 6B and CE. RGB value is (119,107,206). Sum of RGB (Red+Green+Blue) = 119+107+206=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #776BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCE is #889431. Grayscale: #797979. Windows color (decimal): -8950834 or 13527927. OLE color: 13527927.
HSL color Cylindrical-coordinate representation of color #776BCE: hue angle of 247.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776BCE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 107 | 206 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.19 |
| HSL | 247.27º | 0.5% | 0.61% | - |
| HSV(B) | 247.27º | 0.48% | 0.81% | - |
| XYZ | 24.01 | 18.89 | 60.77 | - |
| YUV | 121.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 206 | 0.42 | 0.48 | 0 | 0.19 | 247.27 | 0.5 | 0.61 |
| Hex | 77 | 6B | CE | 2A | 30 | 0 | 13 | F7 | 32 | 3D |
| Octal | 167 | 153 | 316 | 52 | 60 | 0 | 23 | 367 | 62 | 75 |
| Binary | 1110111 | 1101011 | 11001110 | 101010 | 110000 | 0 | 10011 | 11110111 | 110010 | 111101 |
Color Harmonies of #776BCE
Complementary color
Monochromatic Colors of #776BCE
Black with #776BCE
Text Example
Text Example
White with #776BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BCE; }
p { color: rgb(119,107,206); }
H1.HeaderClassName
{
color: #776BCE;
}
.AnyTagClassName
{
color: #776BCE;
}
</style>
background-color css
<style>
a { background-color: #776BCE; }
a { background-color: rgb(119,107,206); }
div.DivClassName
{
background-color: #776BCE;
}
.BgClassName
{
background-color: #776BCE;
}
</style>
border-color css
<style>
span { border-color: #776BCE; }
span { border-color: rgb(119,107,206); }
td.TdClassName
{
border-color: #776BCE;
}
.TagClassName
{
border-color: #776BCE;
}
</style>