Shades of Moody Blue #7D82CE
Tints of Moody Blue #7D82CE
RGB
CMYK
RGB Variations
Color information
#7D82CE (or 0x7D82CE) is known color: Moody Blue. HEX triplet: 7D, 82 and CE. RGB value is (125,130,206). Sum of RGB (Red+Green+Blue) = 125+130+206=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D82CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D82CE is #827D31. Grayscale: #888888. Windows color (decimal): -8551730 or 13533821. OLE color: 13533821.
HSL color Cylindrical-coordinate representation of color #7D82CE: hue angle of 236.3º 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 #7D82CE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 130 | 206 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.19 |
| HSL | 236.3º | 0.45% | 0.65% | - |
| HSV(B) | 236.3º | 0.39% | 0.81% | - |
| XYZ | 27.58 | 24.78 | 61.72 | - |
| YUV | 137.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 206 | 0.39 | 0.37 | 0 | 0.19 | 236.3 | 0.45 | 0.65 |
| Hex | 7D | 82 | CE | 27 | 25 | 0 | 13 | EC | 2D | 41 |
| Octal | 175 | 202 | 316 | 47 | 45 | 0 | 23 | 354 | 55 | 101 |
| Binary | 1111101 | 10000010 | 11001110 | 100111 | 100101 | 0 | 10011 | 11101100 | 101101 | 1000001 |
Color Harmonies of #7D82CE
Complementary color
Monochromatic Colors of #7D82CE
Black with #7D82CE
Text Example
Text Example
White with #7D82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D82CE; }
p { color: rgb(125,130,206); }
H1.HeaderClassName
{
color: #7D82CE;
}
.AnyTagClassName
{
color: #7D82CE;
}
</style>
background-color css
<style>
a { background-color: #7D82CE; }
a { background-color: rgb(125,130,206); }
div.DivClassName
{
background-color: #7D82CE;
}
.BgClassName
{
background-color: #7D82CE;
}
</style>
border-color css
<style>
span { border-color: #7D82CE; }
span { border-color: rgb(125,130,206); }
td.TdClassName
{
border-color: #7D82CE;
}
.TagClassName
{
border-color: #7D82CE;
}
</style>