Shades of Moody Blue #7E81DB
Tints of Moody Blue #7E81DB
RGB
CMYK
RGB Variations
Color information
#7E81DB (or 0x7E81DB) is known color: Moody Blue. HEX triplet: 7E, 81 and DB. RGB value is (126,129,219). Sum of RGB (Red+Green+Blue) = 126+129+219=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81DB is #817E24. Grayscale: #8A8A8A. Windows color (decimal): -8486437 or 14385534. OLE color: 14385534.
HSL color Cylindrical-coordinate representation of color #7E81DB: hue angle of 238.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E81DB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 129 | 219 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.14 |
| HSL | 238.06º | 0.56% | 0.68% | - |
| HSV(B) | 238.06º | 0.42% | 0.86% | - |
| XYZ | 29.24 | 25.25 | 70.35 | - |
| YUV | 138.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 219 | 0.42 | 0.41 | 0 | 0.14 | 238.06 | 0.56 | 0.68 |
| Hex | 7E | 81 | DB | 2A | 29 | 0 | E | EE | 38 | 44 |
| Octal | 176 | 201 | 333 | 52 | 51 | 0 | 16 | 356 | 70 | 104 |
| Binary | 1111110 | 10000001 | 11011011 | 101010 | 101001 | 0 | 1110 | 11101110 | 111000 | 1000100 |
Color Harmonies of #7E81DB
Complementary color
Monochromatic Colors of #7E81DB
Black with #7E81DB
Text Example
Text Example
White with #7E81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E81DB; }
p { color: rgb(126,129,219); }
H1.HeaderClassName
{
color: #7E81DB;
}
.AnyTagClassName
{
color: #7E81DB;
}
</style>
background-color css
<style>
a { background-color: #7E81DB; }
a { background-color: rgb(126,129,219); }
div.DivClassName
{
background-color: #7E81DB;
}
.BgClassName
{
background-color: #7E81DB;
}
</style>
border-color css
<style>
span { border-color: #7E81DB; }
span { border-color: rgb(126,129,219); }
td.TdClassName
{
border-color: #7E81DB;
}
.TagClassName
{
border-color: #7E81DB;
}
</style>