Shades of Moody Blue #7D80CF
Tints of Moody Blue #7D80CF
RGB
CMYK
RGB Variations
Color information
#7D80CF (or 0x7D80CF) is known color: Moody Blue. HEX triplet: 7D, 80 and CF. RGB value is (125,128,207). Sum of RGB (Red+Green+Blue) = 125+128+207=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D80CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80CF is #827F30. Grayscale: #878787. Windows color (decimal): -8552241 or 13598845. OLE color: 13598845.
HSL color Cylindrical-coordinate representation of color #7D80CF: hue angle of 237.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D80CF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 128 | 207 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.19 |
| HSL | 237.8º | 0.46% | 0.65% | - |
| HSV(B) | 237.8º | 0.4% | 0.81% | - |
| XYZ | 27.44 | 24.3 | 62.28 | - |
| YUV | 136.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 207 | 0.40 | 0.38 | 0 | 0.19 | 237.8 | 0.46 | 0.65 |
| Hex | 7D | 80 | CF | 28 | 26 | 0 | 13 | EE | 2E | 41 |
| Octal | 175 | 200 | 317 | 50 | 46 | 0 | 23 | 356 | 56 | 101 |
| Binary | 1111101 | 10000000 | 11001111 | 101000 | 100110 | 0 | 10011 | 11101110 | 101110 | 1000001 |
Color Harmonies of #7D80CF
Complementary color
Monochromatic Colors of #7D80CF
Black with #7D80CF
Text Example
Text Example
White with #7D80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80CF; }
p { color: rgb(125,128,207); }
H1.HeaderClassName
{
color: #7D80CF;
}
.AnyTagClassName
{
color: #7D80CF;
}
</style>
background-color css
<style>
a { background-color: #7D80CF; }
a { background-color: rgb(125,128,207); }
div.DivClassName
{
background-color: #7D80CF;
}
.BgClassName
{
background-color: #7D80CF;
}
</style>
border-color css
<style>
span { border-color: #7D80CF; }
span { border-color: rgb(125,128,207); }
td.TdClassName
{
border-color: #7D80CF;
}
.TagClassName
{
border-color: #7D80CF;
}
</style>