Shades of Moody Blue #8073BA
Tints of Moody Blue #8073BA
RGB
CMYK
RGB Variations
Color information
#8073BA (or 0x8073BA) is known color: Moody Blue. HEX triplet: 80, 73 and BA. RGB value is (128,115,186). Sum of RGB (Red+Green+Blue) = 128+115+186=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8073BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073BA is #7F8C45. Grayscale: #7E7E7E. Windows color (decimal): -8358982 or 12219264. OLE color: 12219264.
HSL color Cylindrical-coordinate representation of color #8073BA: hue angle of 250.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8073BA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 115 | 186 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.27 |
| HSL | 250.99º | 0.34% | 0.59% | - |
| HSV(B) | 250.99º | 0.38% | 0.73% | - |
| XYZ | 23.9 | 20.4 | 49.13 | - |
| YUV | 126.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 186 | 0.31 | 0.38 | 0 | 0.27 | 250.99 | 0.34 | 0.59 |
| Hex | 80 | 73 | BA | 1F | 26 | 0 | 1B | FB | 22 | 3B |
| Octal | 200 | 163 | 272 | 37 | 46 | 0 | 33 | 373 | 42 | 73 |
| Binary | 10000000 | 1110011 | 10111010 | 11111 | 100110 | 0 | 11011 | 11111011 | 100010 | 111011 |
Color Harmonies of #8073BA
Complementary color
Monochromatic Colors of #8073BA
Black with #8073BA
Text Example
Text Example
White with #8073BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073BA; }
p { color: rgb(128,115,186); }
H1.HeaderClassName
{
color: #8073BA;
}
.AnyTagClassName
{
color: #8073BA;
}
</style>
background-color css
<style>
a { background-color: #8073BA; }
a { background-color: rgb(128,115,186); }
div.DivClassName
{
background-color: #8073BA;
}
.BgClassName
{
background-color: #8073BA;
}
</style>
border-color css
<style>
span { border-color: #8073BA; }
span { border-color: rgb(128,115,186); }
td.TdClassName
{
border-color: #8073BA;
}
.TagClassName
{
border-color: #8073BA;
}
</style>