Shades of Moody Blue #807FB0
Tints of Moody Blue #807FB0
RGB
CMYK
RGB Variations
Color information
#807FB0 (or 0x807FB0) is known color: Moody Blue. HEX triplet: 80, 7F and B0. RGB value is (128,127,176). Sum of RGB (Red+Green+Blue) = 128+127+176=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #807FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FB0 is #7F804F. Grayscale: #848484. Windows color (decimal): -8355920 or 11566976. OLE color: 11566976.
HSL color Cylindrical-coordinate representation of color #807FB0: hue angle of 241.22º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807FB0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 127 | 176 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.31 |
| HSL | 241.22º | 0.24% | 0.59% | - |
| HSV(B) | 241.22º | 0.28% | 0.69% | - |
| XYZ | 24.33 | 22.9 | 44.21 | - |
| YUV | 132.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 176 | 0.27 | 0.28 | 0 | 0.31 | 241.22 | 0.24 | 0.59 |
| Hex | 80 | 7F | B0 | 1B | 1C | 0 | 1F | F1 | 18 | 3B |
| Octal | 200 | 177 | 260 | 33 | 34 | 0 | 37 | 361 | 30 | 73 |
| Binary | 10000000 | 1111111 | 10110000 | 11011 | 11100 | 0 | 11111 | 11110001 | 11000 | 111011 |
Color Harmonies of #807FB0
Complementary color
Monochromatic Colors of #807FB0
Black with #807FB0
Text Example
Text Example
White with #807FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FB0; }
p { color: rgb(128,127,176); }
H1.HeaderClassName
{
color: #807FB0;
}
.AnyTagClassName
{
color: #807FB0;
}
</style>
background-color css
<style>
a { background-color: #807FB0; }
a { background-color: rgb(128,127,176); }
div.DivClassName
{
background-color: #807FB0;
}
.BgClassName
{
background-color: #807FB0;
}
</style>
border-color css
<style>
span { border-color: #807FB0; }
span { border-color: rgb(128,127,176); }
td.TdClassName
{
border-color: #807FB0;
}
.TagClassName
{
border-color: #807FB0;
}
</style>