Shades of Moody Blue #8072BA
Tints of Moody Blue #8072BA
RGB
CMYK
RGB Variations
Color information
#8072BA (or 0x8072BA) is known color: Moody Blue. HEX triplet: 80, 72 and BA. RGB value is (128,114,186). Sum of RGB (Red+Green+Blue) = 128+114+186=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8072BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072BA is #7F8D45. Grayscale: #7E7E7E. Windows color (decimal): -8359238 or 12219008. OLE color: 12219008.
HSL color Cylindrical-coordinate representation of color #8072BA: hue angle of 251.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8072BA is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 114 | 186 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.27 |
| HSL | 251.67º | 0.34% | 0.59% | - |
| HSV(B) | 251.67º | 0.39% | 0.73% | - |
| XYZ | 23.78 | 20.17 | 49.09 | - |
| YUV | 126.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 186 | 0.31 | 0.39 | 0 | 0.27 | 251.67 | 0.34 | 0.59 |
| Hex | 80 | 72 | BA | 1F | 27 | 0 | 1B | FC | 22 | 3B |
| Octal | 200 | 162 | 272 | 37 | 47 | 0 | 33 | 374 | 42 | 73 |
| Binary | 10000000 | 1110010 | 10111010 | 11111 | 100111 | 0 | 11011 | 11111100 | 100010 | 111011 |
Color Harmonies of #8072BA
Complementary color
Monochromatic Colors of #8072BA
Black with #8072BA
Text Example
Text Example
White with #8072BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072BA; }
p { color: rgb(128,114,186); }
H1.HeaderClassName
{
color: #8072BA;
}
.AnyTagClassName
{
color: #8072BA;
}
</style>
background-color css
<style>
a { background-color: #8072BA; }
a { background-color: rgb(128,114,186); }
div.DivClassName
{
background-color: #8072BA;
}
.BgClassName
{
background-color: #8072BA;
}
</style>
border-color css
<style>
span { border-color: #8072BA; }
span { border-color: rgb(128,114,186); }
td.TdClassName
{
border-color: #8072BA;
}
.TagClassName
{
border-color: #8072BA;
}
</style>