Shades of Moody Blue #7880CC
Tints of Moody Blue #7880CC
RGB
CMYK
RGB Variations
Color information
#7880CC (or 0x7880CC) is known color: Moody Blue. HEX triplet: 78, 80 and CC. RGB value is (120,128,204). Sum of RGB (Red+Green+Blue) = 120+128+204=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #7880CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880CC is #877F33. Grayscale: #858585. Windows color (decimal): -8879924 or 13402232. OLE color: 13402232.
HSL color Cylindrical-coordinate representation of color #7880CC: hue angle of 234.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7880CC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 128 | 204 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.2 |
| HSL | 234.29º | 0.45% | 0.64% | - |
| HSV(B) | 234.29º | 0.41% | 0.8% | - |
| XYZ | 26.36 | 23.79 | 60.33 | - |
| YUV | 134.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 204 | 0.41 | 0.37 | 0 | 0.2 | 234.29 | 0.45 | 0.64 |
| Hex | 78 | 80 | CC | 29 | 25 | 0 | 14 | EA | 2D | 40 |
| Octal | 170 | 200 | 314 | 51 | 45 | 0 | 24 | 352 | 55 | 100 |
| Binary | 1111000 | 10000000 | 11001100 | 101001 | 100101 | 0 | 10100 | 11101010 | 101101 | 1000000 |
Color Harmonies of #7880CC
Complementary color
Monochromatic Colors of #7880CC
Black with #7880CC
Text Example
Text Example
White with #7880CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880CC; }
p { color: rgb(120,128,204); }
H1.HeaderClassName
{
color: #7880CC;
}
.AnyTagClassName
{
color: #7880CC;
}
</style>
background-color css
<style>
a { background-color: #7880CC; }
a { background-color: rgb(120,128,204); }
div.DivClassName
{
background-color: #7880CC;
}
.BgClassName
{
background-color: #7880CC;
}
</style>
border-color css
<style>
span { border-color: #7880CC; }
span { border-color: rgb(120,128,204); }
td.TdClassName
{
border-color: #7880CC;
}
.TagClassName
{
border-color: #7880CC;
}
</style>