Shades of Moody Blue #777FD2
Tints of Moody Blue #777FD2
RGB
CMYK
RGB Variations
Color information
#777FD2 (or 0x777FD2) is known color: Moody Blue. HEX triplet: 77, 7F and D2. RGB value is (119,127,210). Sum of RGB (Red+Green+Blue) = 119+127+210=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #777FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FD2 is #88802D. Grayscale: #858585. Windows color (decimal): -8945710 or 13795191. OLE color: 13795191.
HSL color Cylindrical-coordinate representation of color #777FD2: hue angle of 234.73º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777FD2 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 127 | 210 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.18 |
| HSL | 234.73º | 0.5% | 0.65% | - |
| HSV(B) | 234.73º | 0.43% | 0.82% | - |
| XYZ | 26.83 | 23.75 | 64.14 | - |
| YUV | 134.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 210 | 0.43 | 0.40 | 0 | 0.18 | 234.73 | 0.5 | 0.65 |
| Hex | 77 | 7F | D2 | 2B | 28 | 0 | 12 | EB | 32 | 41 |
| Octal | 167 | 177 | 322 | 53 | 50 | 0 | 22 | 353 | 62 | 101 |
| Binary | 1110111 | 1111111 | 11010010 | 101011 | 101000 | 0 | 10010 | 11101011 | 110010 | 1000001 |
Color Harmonies of #777FD2
Complementary color
Monochromatic Colors of #777FD2
Black with #777FD2
Text Example
Text Example
White with #777FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FD2; }
p { color: rgb(119,127,210); }
H1.HeaderClassName
{
color: #777FD2;
}
.AnyTagClassName
{
color: #777FD2;
}
</style>
background-color css
<style>
a { background-color: #777FD2; }
a { background-color: rgb(119,127,210); }
div.DivClassName
{
background-color: #777FD2;
}
.BgClassName
{
background-color: #777FD2;
}
</style>
border-color css
<style>
span { border-color: #777FD2; }
span { border-color: rgb(119,127,210); }
td.TdClassName
{
border-color: #777FD2;
}
.TagClassName
{
border-color: #777FD2;
}
</style>