Shades of Moody Blue #777BCE
Tints of Moody Blue #777BCE
RGB
CMYK
RGB Variations
Color information
#777BCE (or 0x777BCE) is known color: Moody Blue. HEX triplet: 77, 7B and CE. RGB value is (119,123,206). Sum of RGB (Red+Green+Blue) = 119+123+206=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #777BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCE is #888431. Grayscale: #828282. Windows color (decimal): -8946738 or 13532023. OLE color: 13532023.
HSL color Cylindrical-coordinate representation of color #777BCE: hue angle of 237.24º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777BCE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 123 | 206 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.19 |
| HSL | 237.24º | 0.47% | 0.64% | - |
| HSV(B) | 237.24º | 0.42% | 0.81% | - |
| XYZ | 25.83 | 22.54 | 61.38 | - |
| YUV | 131.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 206 | 0.42 | 0.40 | 0 | 0.19 | 237.24 | 0.47 | 0.64 |
| Hex | 77 | 7B | CE | 2A | 28 | 0 | 13 | ED | 2F | 40 |
| Octal | 167 | 173 | 316 | 52 | 50 | 0 | 23 | 355 | 57 | 100 |
| Binary | 1110111 | 1111011 | 11001110 | 101010 | 101000 | 0 | 10011 | 11101101 | 101111 | 1000000 |
Color Harmonies of #777BCE
Complementary color
Monochromatic Colors of #777BCE
Black with #777BCE
Text Example
Text Example
White with #777BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BCE; }
p { color: rgb(119,123,206); }
H1.HeaderClassName
{
color: #777BCE;
}
.AnyTagClassName
{
color: #777BCE;
}
</style>
background-color css
<style>
a { background-color: #777BCE; }
a { background-color: rgb(119,123,206); }
div.DivClassName
{
background-color: #777BCE;
}
.BgClassName
{
background-color: #777BCE;
}
</style>
border-color css
<style>
span { border-color: #777BCE; }
span { border-color: rgb(119,123,206); }
td.TdClassName
{
border-color: #777BCE;
}
.TagClassName
{
border-color: #777BCE;
}
</style>