Shades of Moody Blue #7D81CE
Tints of Moody Blue #7D81CE
RGB
CMYK
RGB Variations
Color information
#7D81CE (or 0x7D81CE) is known color: Moody Blue. HEX triplet: 7D, 81 and CE. RGB value is (125,129,206). Sum of RGB (Red+Green+Blue) = 125+129+206=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81CE is #827E31. Grayscale: #888888. Windows color (decimal): -8551986 or 13533565. OLE color: 13533565.
HSL color Cylindrical-coordinate representation of color #7D81CE: hue angle of 237.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D81CE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 129 | 206 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.19 |
| HSL | 237.04º | 0.45% | 0.65% | - |
| HSV(B) | 237.04º | 0.39% | 0.81% | - |
| XYZ | 27.45 | 24.52 | 61.68 | - |
| YUV | 136.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 206 | 0.39 | 0.37 | 0 | 0.19 | 237.04 | 0.45 | 0.65 |
| Hex | 7D | 81 | CE | 27 | 25 | 0 | 13 | ED | 2D | 41 |
| Octal | 175 | 201 | 316 | 47 | 45 | 0 | 23 | 355 | 55 | 101 |
| Binary | 1111101 | 10000001 | 11001110 | 100111 | 100101 | 0 | 10011 | 11101101 | 101101 | 1000001 |
Color Harmonies of #7D81CE
Complementary color
Monochromatic Colors of #7D81CE
Black with #7D81CE
Text Example
Text Example
White with #7D81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81CE; }
p { color: rgb(125,129,206); }
H1.HeaderClassName
{
color: #7D81CE;
}
.AnyTagClassName
{
color: #7D81CE;
}
</style>
background-color css
<style>
a { background-color: #7D81CE; }
a { background-color: rgb(125,129,206); }
div.DivClassName
{
background-color: #7D81CE;
}
.BgClassName
{
background-color: #7D81CE;
}
</style>
border-color css
<style>
span { border-color: #7D81CE; }
span { border-color: rgb(125,129,206); }
td.TdClassName
{
border-color: #7D81CE;
}
.TagClassName
{
border-color: #7D81CE;
}
</style>