Shades of Moody Blue #7F80BD
Tints of Moody Blue #7F80BD
RGB
CMYK
RGB Variations
Color information
#7F80BD (or 0x7F80BD) is known color: Moody Blue. HEX triplet: 7F, 80 and BD. RGB value is (127,128,189). Sum of RGB (Red+Green+Blue) = 127+128+189=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F80BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80BD is #807F42. Grayscale: #868686. Windows color (decimal): -8421187 or 12419199. OLE color: 12419199.
HSL color Cylindrical-coordinate representation of color #7F80BD: hue angle of 239.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F80BD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 128 | 189 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.26 |
| HSL | 239.03º | 0.32% | 0.62% | - |
| HSV(B) | 239.03º | 0.33% | 0.74% | - |
| XYZ | 25.66 | 23.62 | 51.35 | - |
| YUV | 134.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 189 | 0.33 | 0.32 | 0 | 0.26 | 239.03 | 0.32 | 0.62 |
| Hex | 7F | 80 | BD | 21 | 20 | 0 | 1A | EF | 20 | 3E |
| Octal | 177 | 200 | 275 | 41 | 40 | 0 | 32 | 357 | 40 | 76 |
| Binary | 1111111 | 10000000 | 10111101 | 100001 | 100000 | 0 | 11010 | 11101111 | 100000 | 111110 |
Color Harmonies of #7F80BD
Complementary color
Monochromatic Colors of #7F80BD
Black with #7F80BD
Text Example
Text Example
White with #7F80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80BD; }
p { color: rgb(127,128,189); }
H1.HeaderClassName
{
color: #7F80BD;
}
.AnyTagClassName
{
color: #7F80BD;
}
</style>
background-color css
<style>
a { background-color: #7F80BD; }
a { background-color: rgb(127,128,189); }
div.DivClassName
{
background-color: #7F80BD;
}
.BgClassName
{
background-color: #7F80BD;
}
</style>
border-color css
<style>
span { border-color: #7F80BD; }
span { border-color: rgb(127,128,189); }
td.TdClassName
{
border-color: #7F80BD;
}
.TagClassName
{
border-color: #7F80BD;
}
</style>