Shades of Moody Blue #7780CF
Tints of Moody Blue #7780CF
RGB
CMYK
RGB Variations
Color information
#7780CF (or 0x7780CF) is known color: Moody Blue. HEX triplet: 77, 80 and CF. RGB value is (119,128,207). Sum of RGB (Red+Green+Blue) = 119+128+207=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #7780CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780CF is #887F30. Grayscale: #858585. Windows color (decimal): -8945457 or 13598839. OLE color: 13598839.
HSL color Cylindrical-coordinate representation of color #7780CF: hue angle of 233.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7780CF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 128 | 207 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.19 |
| HSL | 233.86º | 0.48% | 0.64% | - |
| HSV(B) | 233.86º | 0.43% | 0.81% | - |
| XYZ | 26.59 | 23.87 | 62.24 | - |
| YUV | 134.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 207 | 0.43 | 0.38 | 0 | 0.19 | 233.86 | 0.48 | 0.64 |
| Hex | 77 | 80 | CF | 2B | 26 | 0 | 13 | EA | 30 | 40 |
| Octal | 167 | 200 | 317 | 53 | 46 | 0 | 23 | 352 | 60 | 100 |
| Binary | 1110111 | 10000000 | 11001111 | 101011 | 100110 | 0 | 10011 | 11101010 | 110000 | 1000000 |
Color Harmonies of #7780CF
Complementary color
Monochromatic Colors of #7780CF
Black with #7780CF
Text Example
Text Example
White with #7780CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780CF; }
p { color: rgb(119,128,207); }
H1.HeaderClassName
{
color: #7780CF;
}
.AnyTagClassName
{
color: #7780CF;
}
</style>
background-color css
<style>
a { background-color: #7780CF; }
a { background-color: rgb(119,128,207); }
div.DivClassName
{
background-color: #7780CF;
}
.BgClassName
{
background-color: #7780CF;
}
</style>
border-color css
<style>
span { border-color: #7780CF; }
span { border-color: rgb(119,128,207); }
td.TdClassName
{
border-color: #7780CF;
}
.TagClassName
{
border-color: #7780CF;
}
</style>