Shades of Moody Blue #7C81DB
Tints of Moody Blue #7C81DB
RGB
CMYK
RGB Variations
Color information
#7C81DB (or 0x7C81DB) is known color: Moody Blue. HEX triplet: 7C, 81 and DB. RGB value is (124,129,219). Sum of RGB (Red+Green+Blue) = 124+129+219=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81DB is #837E24. Grayscale: #898989. Windows color (decimal): -8617509 or 14385532. OLE color: 14385532.
HSL color Cylindrical-coordinate representation of color #7C81DB: hue angle of 236.84º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C81DB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 129 | 219 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.14 |
| HSL | 236.84º | 0.57% | 0.67% | - |
| HSV(B) | 236.84º | 0.43% | 0.86% | - |
| XYZ | 28.95 | 25.1 | 70.34 | - |
| YUV | 137.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 219 | 0.43 | 0.41 | 0 | 0.14 | 236.84 | 0.57 | 0.67 |
| Hex | 7C | 81 | DB | 2B | 29 | 0 | E | ED | 39 | 43 |
| Octal | 174 | 201 | 333 | 53 | 51 | 0 | 16 | 355 | 71 | 103 |
| Binary | 1111100 | 10000001 | 11011011 | 101011 | 101001 | 0 | 1110 | 11101101 | 111001 | 1000011 |
Color Harmonies of #7C81DB
Complementary color
Monochromatic Colors of #7C81DB
Black with #7C81DB
Text Example
Text Example
White with #7C81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C81DB; }
p { color: rgb(124,129,219); }
H1.HeaderClassName
{
color: #7C81DB;
}
.AnyTagClassName
{
color: #7C81DB;
}
</style>
background-color css
<style>
a { background-color: #7C81DB; }
a { background-color: rgb(124,129,219); }
div.DivClassName
{
background-color: #7C81DB;
}
.BgClassName
{
background-color: #7C81DB;
}
</style>
border-color css
<style>
span { border-color: #7C81DB; }
span { border-color: rgb(124,129,219); }
td.TdClassName
{
border-color: #7C81DB;
}
.TagClassName
{
border-color: #7C81DB;
}
</style>