Shades of Moody Blue #7D80CC
Tints of Moody Blue #7D80CC
RGB
CMYK
RGB Variations
Color information
#7D80CC (or 0x7D80CC) is known color: Moody Blue. HEX triplet: 7D, 80 and CC. RGB value is (125,128,204). Sum of RGB (Red+Green+Blue) = 125+128+204=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80CC is #827F33. Grayscale: #878787. Windows color (decimal): -8552244 or 13402237. OLE color: 13402237.
HSL color Cylindrical-coordinate representation of color #7D80CC: hue angle of 237.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D80CC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 128 | 204 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.2 |
| HSL | 237.72º | 0.44% | 0.65% | - |
| HSV(B) | 237.72º | 0.39% | 0.8% | - |
| XYZ | 27.08 | 24.16 | 60.36 | - |
| YUV | 135.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 204 | 0.39 | 0.37 | 0 | 0.2 | 237.72 | 0.44 | 0.65 |
| Hex | 7D | 80 | CC | 27 | 25 | 0 | 14 | EE | 2C | 41 |
| Octal | 175 | 200 | 314 | 47 | 45 | 0 | 24 | 356 | 54 | 101 |
| Binary | 1111101 | 10000000 | 11001100 | 100111 | 100101 | 0 | 10100 | 11101110 | 101100 | 1000001 |
Color Harmonies of #7D80CC
Complementary color
Monochromatic Colors of #7D80CC
Black with #7D80CC
Text Example
Text Example
White with #7D80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80CC; }
p { color: rgb(125,128,204); }
H1.HeaderClassName
{
color: #7D80CC;
}
.AnyTagClassName
{
color: #7D80CC;
}
</style>
background-color css
<style>
a { background-color: #7D80CC; }
a { background-color: rgb(125,128,204); }
div.DivClassName
{
background-color: #7D80CC;
}
.BgClassName
{
background-color: #7D80CC;
}
</style>
border-color css
<style>
span { border-color: #7D80CC; }
span { border-color: rgb(125,128,204); }
td.TdClassName
{
border-color: #7D80CC;
}
.TagClassName
{
border-color: #7D80CC;
}
</style>