Shades of Moody Blue #7D80CE
Tints of Moody Blue #7D80CE
RGB
CMYK
RGB Variations
Color information
#7D80CE (or 0x7D80CE) is known color: Moody Blue. HEX triplet: 7D, 80 and CE. RGB value is (125,128,206). Sum of RGB (Red+Green+Blue) = 125+128+206=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80CE is #827F31. Grayscale: #878787. Windows color (decimal): -8552242 or 13533309. OLE color: 13533309.
HSL color Cylindrical-coordinate representation of color #7D80CE: hue angle of 237.78º 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 #7D80CE is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 128 | 206 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.19 |
| HSL | 237.78º | 0.45% | 0.65% | - |
| HSV(B) | 237.78º | 0.39% | 0.81% | - |
| XYZ | 27.32 | 24.25 | 61.63 | - |
| YUV | 136 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 206 | 0.39 | 0.38 | 0 | 0.19 | 237.78 | 0.45 | 0.65 |
| Hex | 7D | 80 | CE | 27 | 26 | 0 | 13 | EE | 2D | 41 |
| Octal | 175 | 200 | 316 | 47 | 46 | 0 | 23 | 356 | 55 | 101 |
| Binary | 1111101 | 10000000 | 11001110 | 100111 | 100110 | 0 | 10011 | 11101110 | 101101 | 1000001 |
Color Harmonies of #7D80CE
Complementary color
Monochromatic Colors of #7D80CE
Black with #7D80CE
Text Example
Text Example
White with #7D80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80CE; }
p { color: rgb(125,128,206); }
H1.HeaderClassName
{
color: #7D80CE;
}
.AnyTagClassName
{
color: #7D80CE;
}
</style>
background-color css
<style>
a { background-color: #7D80CE; }
a { background-color: rgb(125,128,206); }
div.DivClassName
{
background-color: #7D80CE;
}
.BgClassName
{
background-color: #7D80CE;
}
</style>
border-color css
<style>
span { border-color: #7D80CE; }
span { border-color: rgb(125,128,206); }
td.TdClassName
{
border-color: #7D80CE;
}
.TagClassName
{
border-color: #7D80CE;
}
</style>