Shades of Moody Blue #776CCD
Tints of Moody Blue #776CCD
RGB
CMYK
RGB Variations
Color information
#776CCD (or 0x776CCD) is known color: Moody Blue. HEX triplet: 77, 6C and CD. RGB value is (119,108,205). Sum of RGB (Red+Green+Blue) = 119+108+205=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #776CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCD is #889332. Grayscale: #797979. Windows color (decimal): -8950579 or 13462647. OLE color: 13462647.
HSL color Cylindrical-coordinate representation of color #776CCD: hue angle of 246.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776CCD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 108 | 205 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.20 |
| HSL | 246.8º | 0.49% | 0.61% | - |
| HSV(B) | 246.8º | 0.47% | 0.8% | - |
| XYZ | 23.99 | 19.05 | 60.17 | - |
| YUV | 122.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 205 | 0.42 | 0.47 | 0 | 0.20 | 246.8 | 0.49 | 0.61 |
| Hex | 77 | 6C | CD | 2A | 2F | 0 | 14 | F7 | 31 | 3D |
| Octal | 167 | 154 | 315 | 52 | 57 | 0 | 24 | 367 | 61 | 75 |
| Binary | 1110111 | 1101100 | 11001101 | 101010 | 101111 | 0 | 10100 | 11110111 | 110001 | 111101 |
Color Harmonies of #776CCD
Complementary color
Monochromatic Colors of #776CCD
Black with #776CCD
Text Example
Text Example
White with #776CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CCD; }
p { color: rgb(119,108,205); }
H1.HeaderClassName
{
color: #776CCD;
}
.AnyTagClassName
{
color: #776CCD;
}
</style>
background-color css
<style>
a { background-color: #776CCD; }
a { background-color: rgb(119,108,205); }
div.DivClassName
{
background-color: #776CCD;
}
.BgClassName
{
background-color: #776CCD;
}
</style>
border-color css
<style>
span { border-color: #776CCD; }
span { border-color: rgb(119,108,205); }
td.TdClassName
{
border-color: #776CCD;
}
.TagClassName
{
border-color: #776CCD;
}
</style>