Shades of Moody Blue #8076BC
Tints of Moody Blue #8076BC
RGB
CMYK
RGB Variations
Color information
#8076BC (or 0x8076BC) is known color: Moody Blue. HEX triplet: 80, 76 and BC. RGB value is (128,118,188). Sum of RGB (Red+Green+Blue) = 128+118+188=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #8076BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076BC is #7F8943. Grayscale: #808080. Windows color (decimal): -8358212 or 12351104. OLE color: 12351104.
HSL color Cylindrical-coordinate representation of color #8076BC: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8076BC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 118 | 188 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.26 |
| HSL | 248.57º | 0.34% | 0.6% | - |
| HSV(B) | 248.57º | 0.37% | 0.74% | - |
| XYZ | 24.46 | 21.18 | 50.38 | - |
| YUV | 128.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 188 | 0.32 | 0.37 | 0 | 0.26 | 248.57 | 0.34 | 0.6 |
| Hex | 80 | 76 | BC | 20 | 25 | 0 | 1A | F9 | 22 | 3C |
| Octal | 200 | 166 | 274 | 40 | 45 | 0 | 32 | 371 | 42 | 74 |
| Binary | 10000000 | 1110110 | 10111100 | 100000 | 100101 | 0 | 11010 | 11111001 | 100010 | 111100 |
Color Harmonies of #8076BC
Complementary color
Monochromatic Colors of #8076BC
Black with #8076BC
Text Example
Text Example
White with #8076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076BC; }
p { color: rgb(128,118,188); }
H1.HeaderClassName
{
color: #8076BC;
}
.AnyTagClassName
{
color: #8076BC;
}
</style>
background-color css
<style>
a { background-color: #8076BC; }
a { background-color: rgb(128,118,188); }
div.DivClassName
{
background-color: #8076BC;
}
.BgClassName
{
background-color: #8076BC;
}
</style>
border-color css
<style>
span { border-color: #8076BC; }
span { border-color: rgb(128,118,188); }
td.TdClassName
{
border-color: #8076BC;
}
.TagClassName
{
border-color: #8076BC;
}
</style>