Shades of Moody Blue #7D81CD
Tints of Moody Blue #7D81CD
RGB
CMYK
RGB Variations
Color information
#7D81CD (or 0x7D81CD) is known color: Moody Blue. HEX triplet: 7D, 81 and CD. RGB value is (125,129,205). Sum of RGB (Red+Green+Blue) = 125+129+205=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81CD is #827E32. Grayscale: #888888. Windows color (decimal): -8551987 or 13468029. OLE color: 13468029.
HSL color Cylindrical-coordinate representation of color #7D81CD: hue angle of 237º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D81CD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 129 | 205 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.20 |
| HSL | 237º | 0.44% | 0.65% | - |
| HSV(B) | 237º | 0.39% | 0.8% | - |
| XYZ | 27.33 | 24.47 | 61.04 | - |
| YUV | 136.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 205 | 0.39 | 0.37 | 0 | 0.20 | 237 | 0.44 | 0.65 |
| Hex | 7D | 81 | CD | 27 | 25 | 0 | 14 | ED | 2C | 41 |
| Octal | 175 | 201 | 315 | 47 | 45 | 0 | 24 | 355 | 54 | 101 |
| Binary | 1111101 | 10000001 | 11001101 | 100111 | 100101 | 0 | 10100 | 11101101 | 101100 | 1000001 |
Color Harmonies of #7D81CD
Complementary color
Monochromatic Colors of #7D81CD
Black with #7D81CD
Text Example
Text Example
White with #7D81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81CD; }
p { color: rgb(125,129,205); }
H1.HeaderClassName
{
color: #7D81CD;
}
.AnyTagClassName
{
color: #7D81CD;
}
</style>
background-color css
<style>
a { background-color: #7D81CD; }
a { background-color: rgb(125,129,205); }
div.DivClassName
{
background-color: #7D81CD;
}
.BgClassName
{
background-color: #7D81CD;
}
</style>
border-color css
<style>
span { border-color: #7D81CD; }
span { border-color: rgb(125,129,205); }
td.TdClassName
{
border-color: #7D81CD;
}
.TagClassName
{
border-color: #7D81CD;
}
</style>