Shades of Moody Blue #8080BD
Tints of Moody Blue #8080BD
RGB
CMYK
RGB Variations
Color information
#8080BD (or 0x8080BD) is known color: Moody Blue. HEX triplet: 80, 80 and BD. RGB value is (128,128,189). Sum of RGB (Red+Green+Blue) = 128+128+189=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #8080BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080BD is #7F7F42. Grayscale: #868686. Windows color (decimal): -8355651 or 12419200. OLE color: 12419200.
HSL color Cylindrical-coordinate representation of color #8080BD: hue angle of 240º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8080BD is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 128 | 189 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.26 |
| HSL | 240º | 0.32% | 0.62% | - |
| HSV(B) | 240º | 0.32% | 0.74% | - |
| XYZ | 25.81 | 23.7 | 51.36 | - |
| YUV | 134.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 189 | 0.32 | 0.32 | 0 | 0.26 | 240 | 0.32 | 0.62 |
| Hex | 80 | 80 | BD | 20 | 20 | 0 | 1A | F0 | 20 | 3E |
| Octal | 200 | 200 | 275 | 40 | 40 | 0 | 32 | 360 | 40 | 76 |
| Binary | 10000000 | 10000000 | 10111101 | 100000 | 100000 | 0 | 11010 | 11110000 | 100000 | 111110 |
Color Harmonies of #8080BD
Complementary color
Monochromatic Colors of #8080BD
Black with #8080BD
Text Example
Text Example
White with #8080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080BD; }
p { color: rgb(128,128,189); }
H1.HeaderClassName
{
color: #8080BD;
}
.AnyTagClassName
{
color: #8080BD;
}
</style>
background-color css
<style>
a { background-color: #8080BD; }
a { background-color: rgb(128,128,189); }
div.DivClassName
{
background-color: #8080BD;
}
.BgClassName
{
background-color: #8080BD;
}
</style>
border-color css
<style>
span { border-color: #8080BD; }
span { border-color: rgb(128,128,189); }
td.TdClassName
{
border-color: #8080BD;
}
.TagClassName
{
border-color: #8080BD;
}
</style>