Shades of Moody Blue #777BCD
Tints of Moody Blue #777BCD
RGB
CMYK
RGB Variations
Color information
#777BCD (or 0x777BCD) is known color: Moody Blue. HEX triplet: 77, 7B and CD. RGB value is (119,123,205). Sum of RGB (Red+Green+Blue) = 119+123+205=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #777BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCD is #888432. Grayscale: #828282. Windows color (decimal): -8946739 or 13466487. OLE color: 13466487.
HSL color Cylindrical-coordinate representation of color #777BCD: hue angle of 237.21º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777BCD is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 123 | 205 | - |
| CMYK | 0.42 | 0.4 | 0 | 0.20 |
| HSL | 237.21º | 0.46% | 0.64% | - |
| HSV(B) | 237.21º | 0.42% | 0.8% | - |
| XYZ | 25.71 | 22.5 | 60.74 | - |
| YUV | 131.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 205 | 0.42 | 0.4 | 0 | 0.20 | 237.21 | 0.46 | 0.64 |
| Hex | 77 | 7B | CD | 2A | 28 | 0 | 14 | ED | 2E | 40 |
| Octal | 167 | 173 | 315 | 52 | 50 | 0 | 24 | 355 | 56 | 100 |
| Binary | 1110111 | 1111011 | 11001101 | 101010 | 101000 | 0 | 10100 | 11101101 | 101110 | 1000000 |
Color Harmonies of #777BCD
Complementary color
Monochromatic Colors of #777BCD
Black with #777BCD
Text Example
Text Example
White with #777BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BCD; }
p { color: rgb(119,123,205); }
H1.HeaderClassName
{
color: #777BCD;
}
.AnyTagClassName
{
color: #777BCD;
}
</style>
background-color css
<style>
a { background-color: #777BCD; }
a { background-color: rgb(119,123,205); }
div.DivClassName
{
background-color: #777BCD;
}
.BgClassName
{
background-color: #777BCD;
}
</style>
border-color css
<style>
span { border-color: #777BCD; }
span { border-color: rgb(119,123,205); }
td.TdClassName
{
border-color: #777BCD;
}
.TagClassName
{
border-color: #777BCD;
}
</style>