Shades of Moody Blue #7880CE
Tints of Moody Blue #7880CE
RGB
CMYK
RGB Variations
Color information
#7880CE (or 0x7880CE) is known color: Moody Blue. HEX triplet: 78, 80 and CE. RGB value is (120,128,206). Sum of RGB (Red+Green+Blue) = 120+128+206=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7880CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880CE is #877F31. Grayscale: #868686. Windows color (decimal): -8879922 or 13533304. OLE color: 13533304.
HSL color Cylindrical-coordinate representation of color #7880CE: hue angle of 234.42º 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 #7880CE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 128 | 206 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.19 |
| HSL | 234.42º | 0.47% | 0.64% | - |
| HSV(B) | 234.42º | 0.42% | 0.81% | - |
| XYZ | 26.61 | 23.89 | 61.6 | - |
| YUV | 134.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 206 | 0.42 | 0.38 | 0 | 0.19 | 234.42 | 0.47 | 0.64 |
| Hex | 78 | 80 | CE | 2A | 26 | 0 | 13 | EA | 2F | 40 |
| Octal | 170 | 200 | 316 | 52 | 46 | 0 | 23 | 352 | 57 | 100 |
| Binary | 1111000 | 10000000 | 11001110 | 101010 | 100110 | 0 | 10011 | 11101010 | 101111 | 1000000 |
Color Harmonies of #7880CE
Complementary color
Monochromatic Colors of #7880CE
Black with #7880CE
Text Example
Text Example
White with #7880CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880CE; }
p { color: rgb(120,128,206); }
H1.HeaderClassName
{
color: #7880CE;
}
.AnyTagClassName
{
color: #7880CE;
}
</style>
background-color css
<style>
a { background-color: #7880CE; }
a { background-color: rgb(120,128,206); }
div.DivClassName
{
background-color: #7880CE;
}
.BgClassName
{
background-color: #7880CE;
}
</style>
border-color css
<style>
span { border-color: #7880CE; }
span { border-color: rgb(120,128,206); }
td.TdClassName
{
border-color: #7880CE;
}
.TagClassName
{
border-color: #7880CE;
}
</style>