Shades of Moody Blue #7880CF
Tints of Moody Blue #7880CF
RGB
CMYK
RGB Variations
Color information
#7880CF (or 0x7880CF) is known color: Moody Blue. HEX triplet: 78, 80 and CF. RGB value is (120,128,207). Sum of RGB (Red+Green+Blue) = 120+128+207=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #7880CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880CF is #877F30. Grayscale: #868686. Windows color (decimal): -8879921 or 13598840. OLE color: 13598840.
HSL color Cylindrical-coordinate representation of color #7880CF: hue angle of 234.48º degrees, saturation: 0.48, 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 #7880CF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 128 | 207 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.19 |
| HSL | 234.48º | 0.48% | 0.64% | - |
| HSV(B) | 234.48º | 0.42% | 0.81% | - |
| XYZ | 26.73 | 23.94 | 62.24 | - |
| YUV | 134.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 207 | 0.42 | 0.38 | 0 | 0.19 | 234.48 | 0.48 | 0.64 |
| Hex | 78 | 80 | CF | 2A | 26 | 0 | 13 | EA | 30 | 40 |
| Octal | 170 | 200 | 317 | 52 | 46 | 0 | 23 | 352 | 60 | 100 |
| Binary | 1111000 | 10000000 | 11001111 | 101010 | 100110 | 0 | 10011 | 11101010 | 110000 | 1000000 |
Color Harmonies of #7880CF
Complementary color
Monochromatic Colors of #7880CF
Black with #7880CF
Text Example
Text Example
White with #7880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880CF; }
p { color: rgb(120,128,207); }
H1.HeaderClassName
{
color: #7880CF;
}
.AnyTagClassName
{
color: #7880CF;
}
</style>
background-color css
<style>
a { background-color: #7880CF; }
a { background-color: rgb(120,128,207); }
div.DivClassName
{
background-color: #7880CF;
}
.BgClassName
{
background-color: #7880CF;
}
</style>
border-color css
<style>
span { border-color: #7880CF; }
span { border-color: rgb(120,128,207); }
td.TdClassName
{
border-color: #7880CF;
}
.TagClassName
{
border-color: #7880CF;
}
</style>