Shades of Moody Blue #8072BC
Tints of Moody Blue #8072BC
RGB
CMYK
RGB Variations
Color information
#8072BC (or 0x8072BC) is known color: Moody Blue. HEX triplet: 80, 72 and BC. RGB value is (128,114,188). Sum of RGB (Red+Green+Blue) = 128+114+188=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #8072BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072BC is #7F8D43. Grayscale: #7E7E7E. Windows color (decimal): -8359236 or 12350080. OLE color: 12350080.
HSL color Cylindrical-coordinate representation of color #8072BC: hue angle of 251.35º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8072BC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 114 | 188 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.26 |
| HSL | 251.35º | 0.36% | 0.59% | - |
| HSV(B) | 251.35º | 0.39% | 0.74% | - |
| XYZ | 24 | 20.25 | 50.22 | - |
| YUV | 126.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 188 | 0.32 | 0.39 | 0 | 0.26 | 251.35 | 0.36 | 0.59 |
| Hex | 80 | 72 | BC | 20 | 27 | 0 | 1A | FB | 24 | 3B |
| Octal | 200 | 162 | 274 | 40 | 47 | 0 | 32 | 373 | 44 | 73 |
| Binary | 10000000 | 1110010 | 10111100 | 100000 | 100111 | 0 | 11010 | 11111011 | 100100 | 111011 |
Color Harmonies of #8072BC
Complementary color
Monochromatic Colors of #8072BC
Black with #8072BC
Text Example
Text Example
White with #8072BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072BC; }
p { color: rgb(128,114,188); }
H1.HeaderClassName
{
color: #8072BC;
}
.AnyTagClassName
{
color: #8072BC;
}
</style>
background-color css
<style>
a { background-color: #8072BC; }
a { background-color: rgb(128,114,188); }
div.DivClassName
{
background-color: #8072BC;
}
.BgClassName
{
background-color: #8072BC;
}
</style>
border-color css
<style>
span { border-color: #8072BC; }
span { border-color: rgb(128,114,188); }
td.TdClassName
{
border-color: #8072BC;
}
.TagClassName
{
border-color: #8072BC;
}
</style>