Shades of Moody Blue #7A81CD
Tints of Moody Blue #7A81CD
RGB
CMYK
RGB Variations
Color information
#7A81CD (or 0x7A81CD) is known color: Moody Blue. HEX triplet: 7A, 81 and CD. RGB value is (122,129,205). Sum of RGB (Red+Green+Blue) = 122+129+205=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81CD is #857E32. Grayscale: #878787. Windows color (decimal): -8748595 or 13468026. OLE color: 13468026.
HSL color Cylindrical-coordinate representation of color #7A81CD: hue angle of 234.94º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A81CD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 129 | 205 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.20 |
| HSL | 234.94º | 0.45% | 0.64% | - |
| HSV(B) | 234.94º | 0.4% | 0.8% | - |
| XYZ | 26.9 | 24.25 | 61.02 | - |
| YUV | 135.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 205 | 0.40 | 0.37 | 0 | 0.20 | 234.94 | 0.45 | 0.64 |
| Hex | 7A | 81 | CD | 28 | 25 | 0 | 14 | EB | 2D | 40 |
| Octal | 172 | 201 | 315 | 50 | 45 | 0 | 24 | 353 | 55 | 100 |
| Binary | 1111010 | 10000001 | 11001101 | 101000 | 100101 | 0 | 10100 | 11101011 | 101101 | 1000000 |
Color Harmonies of #7A81CD
Complementary color
Monochromatic Colors of #7A81CD
Black with #7A81CD
Text Example
Text Example
White with #7A81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81CD; }
p { color: rgb(122,129,205); }
H1.HeaderClassName
{
color: #7A81CD;
}
.AnyTagClassName
{
color: #7A81CD;
}
</style>
background-color css
<style>
a { background-color: #7A81CD; }
a { background-color: rgb(122,129,205); }
div.DivClassName
{
background-color: #7A81CD;
}
.BgClassName
{
background-color: #7A81CD;
}
</style>
border-color css
<style>
span { border-color: #7A81CD; }
span { border-color: rgb(122,129,205); }
td.TdClassName
{
border-color: #7A81CD;
}
.TagClassName
{
border-color: #7A81CD;
}
</style>