Shades of Moody Blue #7A81DB
Tints of Moody Blue #7A81DB
RGB
CMYK
RGB Variations
Color information
#7A81DB (or 0x7A81DB) is known color: Moody Blue. HEX triplet: 7A, 81 and DB. RGB value is (122,129,219). Sum of RGB (Red+Green+Blue) = 122+129+219=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81DB is #857E24. Grayscale: #888888. Windows color (decimal): -8748581 or 14385530. OLE color: 14385530.
HSL color Cylindrical-coordinate representation of color #7A81DB: hue angle of 235.67º 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 #7A81DB is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 129 | 219 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.14 |
| HSL | 235.67º | 0.57% | 0.67% | - |
| HSV(B) | 235.67º | 0.44% | 0.86% | - |
| XYZ | 28.66 | 24.95 | 70.32 | - |
| YUV | 137.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 219 | 0.44 | 0.41 | 0 | 0.14 | 235.67 | 0.57 | 0.67 |
| Hex | 7A | 81 | DB | 2C | 29 | 0 | E | EC | 39 | 43 |
| Octal | 172 | 201 | 333 | 54 | 51 | 0 | 16 | 354 | 71 | 103 |
| Binary | 1111010 | 10000001 | 11011011 | 101100 | 101001 | 0 | 1110 | 11101100 | 111001 | 1000011 |
Color Harmonies of #7A81DB
Complementary color
Monochromatic Colors of #7A81DB
Black with #7A81DB
Text Example
Text Example
White with #7A81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81DB; }
p { color: rgb(122,129,219); }
H1.HeaderClassName
{
color: #7A81DB;
}
.AnyTagClassName
{
color: #7A81DB;
}
</style>
background-color css
<style>
a { background-color: #7A81DB; }
a { background-color: rgb(122,129,219); }
div.DivClassName
{
background-color: #7A81DB;
}
.BgClassName
{
background-color: #7A81DB;
}
</style>
border-color css
<style>
span { border-color: #7A81DB; }
span { border-color: rgb(122,129,219); }
td.TdClassName
{
border-color: #7A81DB;
}
.TagClassName
{
border-color: #7A81DB;
}
</style>