Shades of Moody Blue #8073BF
Tints of Moody Blue #8073BF
RGB
CMYK
RGB Variations
Color information
#8073BF (or 0x8073BF) is known color: Moody Blue. HEX triplet: 80, 73 and BF. RGB value is (128,115,191). Sum of RGB (Red+Green+Blue) = 128+115+191=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #8073BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073BF is #7F8C40. Grayscale: #7F7F7F. Windows color (decimal): -8358977 or 12546944. OLE color: 12546944.
HSL color Cylindrical-coordinate representation of color #8073BF: hue angle of 250.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8073BF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 115 | 191 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.25 |
| HSL | 250.26º | 0.37% | 0.6% | - |
| HSV(B) | 250.26º | 0.4% | 0.75% | - |
| XYZ | 24.44 | 20.61 | 51.98 | - |
| YUV | 127.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 191 | 0.33 | 0.40 | 0 | 0.25 | 250.26 | 0.37 | 0.6 |
| Hex | 80 | 73 | BF | 21 | 28 | 0 | 19 | FA | 25 | 3C |
| Octal | 200 | 163 | 277 | 41 | 50 | 0 | 31 | 372 | 45 | 74 |
| Binary | 10000000 | 1110011 | 10111111 | 100001 | 101000 | 0 | 11001 | 11111010 | 100101 | 111100 |
Color Harmonies of #8073BF
Complementary color
Monochromatic Colors of #8073BF
Black with #8073BF
Text Example
Text Example
White with #8073BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073BF; }
p { color: rgb(128,115,191); }
H1.HeaderClassName
{
color: #8073BF;
}
.AnyTagClassName
{
color: #8073BF;
}
</style>
background-color css
<style>
a { background-color: #8073BF; }
a { background-color: rgb(128,115,191); }
div.DivClassName
{
background-color: #8073BF;
}
.BgClassName
{
background-color: #8073BF;
}
</style>
border-color css
<style>
span { border-color: #8073BF; }
span { border-color: rgb(128,115,191); }
td.TdClassName
{
border-color: #8073BF;
}
.TagClassName
{
border-color: #8073BF;
}
</style>