Shades of Moody Blue #7A81CE
Tints of Moody Blue #7A81CE
RGB
CMYK
RGB Variations
Color information
#7A81CE (or 0x7A81CE) is known color: Moody Blue. HEX triplet: 7A, 81 and CE. RGB value is (122,129,206). Sum of RGB (Red+Green+Blue) = 122+129+206=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81CE is #857E31. Grayscale: #878787. Windows color (decimal): -8748594 or 13533562. OLE color: 13533562.
HSL color Cylindrical-coordinate representation of color #7A81CE: hue angle of 235º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A81CE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 129 | 206 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.19 |
| HSL | 235º | 0.46% | 0.64% | - |
| HSV(B) | 235º | 0.41% | 0.81% | - |
| XYZ | 27.02 | 24.29 | 61.66 | - |
| YUV | 135.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 206 | 0.41 | 0.37 | 0 | 0.19 | 235 | 0.46 | 0.64 |
| Hex | 7A | 81 | CE | 29 | 25 | 0 | 13 | EB | 2E | 40 |
| Octal | 172 | 201 | 316 | 51 | 45 | 0 | 23 | 353 | 56 | 100 |
| Binary | 1111010 | 10000001 | 11001110 | 101001 | 100101 | 0 | 10011 | 11101011 | 101110 | 1000000 |
Color Harmonies of #7A81CE
Complementary color
Monochromatic Colors of #7A81CE
Black with #7A81CE
Text Example
Text Example
White with #7A81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81CE; }
p { color: rgb(122,129,206); }
H1.HeaderClassName
{
color: #7A81CE;
}
.AnyTagClassName
{
color: #7A81CE;
}
</style>
background-color css
<style>
a { background-color: #7A81CE; }
a { background-color: rgb(122,129,206); }
div.DivClassName
{
background-color: #7A81CE;
}
.BgClassName
{
background-color: #7A81CE;
}
</style>
border-color css
<style>
span { border-color: #7A81CE; }
span { border-color: rgb(122,129,206); }
td.TdClassName
{
border-color: #7A81CE;
}
.TagClassName
{
border-color: #7A81CE;
}
</style>