Shades of Moody Blue #7A80DB
Tints of Moody Blue #7A80DB
RGB
CMYK
RGB Variations
Color information
#7A80DB (or 0x7A80DB) is known color: Moody Blue. HEX triplet: 7A, 80 and DB. RGB value is (122,128,219). Sum of RGB (Red+Green+Blue) = 122+128+219=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80DB is #857F24. Grayscale: #888888. Windows color (decimal): -8748837 or 14385274. OLE color: 14385274.
HSL color Cylindrical-coordinate representation of color #7A80DB: hue angle of 236.29º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A80DB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 128 | 219 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.14 |
| HSL | 236.29º | 0.57% | 0.67% | - |
| HSV(B) | 236.29º | 0.44% | 0.86% | - |
| XYZ | 28.53 | 24.69 | 70.28 | - |
| YUV | 136.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 219 | 0.44 | 0.42 | 0 | 0.14 | 236.29 | 0.57 | 0.67 |
| Hex | 7A | 80 | DB | 2C | 2A | 0 | E | EC | 39 | 43 |
| Octal | 172 | 200 | 333 | 54 | 52 | 0 | 16 | 354 | 71 | 103 |
| Binary | 1111010 | 10000000 | 11011011 | 101100 | 101010 | 0 | 1110 | 11101100 | 111001 | 1000011 |
Color Harmonies of #7A80DB
Complementary color
Monochromatic Colors of #7A80DB
Black with #7A80DB
Text Example
Text Example
White with #7A80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A80DB; }
p { color: rgb(122,128,219); }
H1.HeaderClassName
{
color: #7A80DB;
}
.AnyTagClassName
{
color: #7A80DB;
}
</style>
background-color css
<style>
a { background-color: #7A80DB; }
a { background-color: rgb(122,128,219); }
div.DivClassName
{
background-color: #7A80DB;
}
.BgClassName
{
background-color: #7A80DB;
}
</style>
border-color css
<style>
span { border-color: #7A80DB; }
span { border-color: rgb(122,128,219); }
td.TdClassName
{
border-color: #7A80DB;
}
.TagClassName
{
border-color: #7A80DB;
}
</style>