Shades of Moody Blue #8080BA
Tints of Moody Blue #8080BA
RGB
CMYK
RGB Variations
Color information
#8080BA (or 0x8080BA) is known color: Moody Blue. HEX triplet: 80, 80 and BA. RGB value is (128,128,186). Sum of RGB (Red+Green+Blue) = 128+128+186=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #8080BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080BA is #7F7F45. Grayscale: #868686. Windows color (decimal): -8355654 or 12222592. OLE color: 12222592.
HSL color Cylindrical-coordinate representation of color #8080BA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8080BA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 128 | 186 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.27 |
| HSL | 240º | 0.3% | 0.62% | - |
| HSV(B) | 240º | 0.31% | 0.73% | - |
| XYZ | 25.48 | 23.57 | 49.66 | - |
| YUV | 134.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 186 | 0.31 | 0.31 | 0 | 0.27 | 240 | 0.3 | 0.62 |
| Hex | 80 | 80 | BA | 1F | 1F | 0 | 1B | F0 | 1E | 3E |
| Octal | 200 | 200 | 272 | 37 | 37 | 0 | 33 | 360 | 36 | 76 |
| Binary | 10000000 | 10000000 | 10111010 | 11111 | 11111 | 0 | 11011 | 11110000 | 11110 | 111110 |
Color Harmonies of #8080BA
Complementary color
Monochromatic Colors of #8080BA
Black with #8080BA
Text Example
Text Example
White with #8080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080BA; }
p { color: rgb(128,128,186); }
H1.HeaderClassName
{
color: #8080BA;
}
.AnyTagClassName
{
color: #8080BA;
}
</style>
background-color css
<style>
a { background-color: #8080BA; }
a { background-color: rgb(128,128,186); }
div.DivClassName
{
background-color: #8080BA;
}
.BgClassName
{
background-color: #8080BA;
}
</style>
border-color css
<style>
span { border-color: #8080BA; }
span { border-color: rgb(128,128,186); }
td.TdClassName
{
border-color: #8080BA;
}
.TagClassName
{
border-color: #8080BA;
}
</style>