Shades of Moody Blue #7D81DC
Tints of Moody Blue #7D81DC
RGB
CMYK
RGB Variations
Color information
#7D81DC (or 0x7D81DC) is known color: Moody Blue. HEX triplet: 7D, 81 and DC. RGB value is (125,129,220). Sum of RGB (Red+Green+Blue) = 125+129+220=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D81DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81DC is #827E23. Grayscale: #898989. Windows color (decimal): -8551972 or 14451069. OLE color: 14451069.
HSL color Cylindrical-coordinate representation of color #7D81DC: hue angle of 237.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D81DC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 129 | 220 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.14 |
| HSL | 237.47º | 0.58% | 0.68% | - |
| HSV(B) | 237.47º | 0.43% | 0.86% | - |
| XYZ | 29.23 | 25.23 | 71.04 | - |
| YUV | 138.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 220 | 0.43 | 0.41 | 0 | 0.14 | 237.47 | 0.58 | 0.68 |
| Hex | 7D | 81 | DC | 2B | 29 | 0 | E | ED | 3A | 44 |
| Octal | 175 | 201 | 334 | 53 | 51 | 0 | 16 | 355 | 72 | 104 |
| Binary | 1111101 | 10000001 | 11011100 | 101011 | 101001 | 0 | 1110 | 11101101 | 111010 | 1000100 |
Color Harmonies of #7D81DC
Complementary color
Monochromatic Colors of #7D81DC
Black with #7D81DC
Text Example
Text Example
White with #7D81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81DC; }
p { color: rgb(125,129,220); }
H1.HeaderClassName
{
color: #7D81DC;
}
.AnyTagClassName
{
color: #7D81DC;
}
</style>
background-color css
<style>
a { background-color: #7D81DC; }
a { background-color: rgb(125,129,220); }
div.DivClassName
{
background-color: #7D81DC;
}
.BgClassName
{
background-color: #7D81DC;
}
</style>
border-color css
<style>
span { border-color: #7D81DC; }
span { border-color: rgb(125,129,220); }
td.TdClassName
{
border-color: #7D81DC;
}
.TagClassName
{
border-color: #7D81DC;
}
</style>