Shades of Moody Blue #7D81CA
Tints of Moody Blue #7D81CA
RGB
CMYK
RGB Variations
Color information
#7D81CA (or 0x7D81CA) is known color: Moody Blue. HEX triplet: 7D, 81 and CA. RGB value is (125,129,202). Sum of RGB (Red+Green+Blue) = 125+129+202=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81CA is #827E35. Grayscale: #878787. Windows color (decimal): -8551990 or 13271421. OLE color: 13271421.
HSL color Cylindrical-coordinate representation of color #7D81CA: hue angle of 236.88º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D81CA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 129 | 202 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.21 |
| HSL | 236.88º | 0.42% | 0.64% | - |
| HSV(B) | 236.88º | 0.38% | 0.79% | - |
| XYZ | 26.97 | 24.32 | 59.15 | - |
| YUV | 136.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 202 | 0.38 | 0.36 | 0 | 0.21 | 236.88 | 0.42 | 0.64 |
| Hex | 7D | 81 | CA | 26 | 24 | 0 | 15 | ED | 2A | 40 |
| Octal | 175 | 201 | 312 | 46 | 44 | 0 | 25 | 355 | 52 | 100 |
| Binary | 1111101 | 10000001 | 11001010 | 100110 | 100100 | 0 | 10101 | 11101101 | 101010 | 1000000 |
Color Harmonies of #7D81CA
Complementary color
Monochromatic Colors of #7D81CA
Black with #7D81CA
Text Example
Text Example
White with #7D81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81CA; }
p { color: rgb(125,129,202); }
H1.HeaderClassName
{
color: #7D81CA;
}
.AnyTagClassName
{
color: #7D81CA;
}
</style>
background-color css
<style>
a { background-color: #7D81CA; }
a { background-color: rgb(125,129,202); }
div.DivClassName
{
background-color: #7D81CA;
}
.BgClassName
{
background-color: #7D81CA;
}
</style>
border-color css
<style>
span { border-color: #7D81CA; }
span { border-color: rgb(125,129,202); }
td.TdClassName
{
border-color: #7D81CA;
}
.TagClassName
{
border-color: #7D81CA;
}
</style>