Shades of Moody Blue #7D80C1
Tints of Moody Blue #7D80C1
RGB
CMYK
RGB Variations
Color information
#7D80C1 (or 0x7D80C1) is known color: Moody Blue. HEX triplet: 7D, 80 and C1. RGB value is (125,128,193). Sum of RGB (Red+Green+Blue) = 125+128+193=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D80C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80C1 is #827F3E. Grayscale: #868686. Windows color (decimal): -8552255 or 12681341. OLE color: 12681341.
HSL color Cylindrical-coordinate representation of color #7D80C1: hue angle of 237.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D80C1 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 128 | 193 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.24 |
| HSL | 237.35º | 0.35% | 0.62% | - |
| HSV(B) | 237.35º | 0.35% | 0.76% | - |
| XYZ | 25.8 | 23.65 | 53.66 | - |
| YUV | 134.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 193 | 0.35 | 0.34 | 0 | 0.24 | 237.35 | 0.35 | 0.62 |
| Hex | 7D | 80 | C1 | 23 | 22 | 0 | 18 | ED | 23 | 3E |
| Octal | 175 | 200 | 301 | 43 | 42 | 0 | 30 | 355 | 43 | 76 |
| Binary | 1111101 | 10000000 | 11000001 | 100011 | 100010 | 0 | 11000 | 11101101 | 100011 | 111110 |
Color Harmonies of #7D80C1
Complementary color
Monochromatic Colors of #7D80C1
Black with #7D80C1
Text Example
Text Example
White with #7D80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80C1; }
p { color: rgb(125,128,193); }
H1.HeaderClassName
{
color: #7D80C1;
}
.AnyTagClassName
{
color: #7D80C1;
}
</style>
background-color css
<style>
a { background-color: #7D80C1; }
a { background-color: rgb(125,128,193); }
div.DivClassName
{
background-color: #7D80C1;
}
.BgClassName
{
background-color: #7D80C1;
}
</style>
border-color css
<style>
span { border-color: #7D80C1; }
span { border-color: rgb(125,128,193); }
td.TdClassName
{
border-color: #7D80C1;
}
.TagClassName
{
border-color: #7D80C1;
}
</style>