Shades of Moody Blue #8078B2
Tints of Moody Blue #8078B2
RGB
CMYK
RGB Variations
Color information
#8078B2 (or 0x8078B2) is known color: Moody Blue. HEX triplet: 80, 78 and B2. RGB value is (128,120,178). Sum of RGB (Red+Green+Blue) = 128+120+178=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #8078B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8078B2 is #7F874D. Grayscale: #808080. Windows color (decimal): -8357710 or 11696256. OLE color: 11696256.
HSL color Cylindrical-coordinate representation of color #8078B2: hue angle of 248.28º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8078B2 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 120 | 178 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.30 |
| HSL | 248.28º | 0.27% | 0.58% | - |
| HSV(B) | 248.28º | 0.33% | 0.7% | - |
| XYZ | 23.65 | 21.24 | 44.97 | - |
| YUV | 129 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 178 | 0.28 | 0.33 | 0 | 0.30 | 248.28 | 0.27 | 0.58 |
| Hex | 80 | 78 | B2 | 1C | 21 | 0 | 1E | F8 | 1B | 3A |
| Octal | 200 | 170 | 262 | 34 | 41 | 0 | 36 | 370 | 33 | 72 |
| Binary | 10000000 | 1111000 | 10110010 | 11100 | 100001 | 0 | 11110 | 11111000 | 11011 | 111010 |
Color Harmonies of #8078B2
Complementary color
Monochromatic Colors of #8078B2
Black with #8078B2
Text Example
Text Example
White with #8078B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078B2; }
p { color: rgb(128,120,178); }
H1.HeaderClassName
{
color: #8078B2;
}
.AnyTagClassName
{
color: #8078B2;
}
</style>
background-color css
<style>
a { background-color: #8078B2; }
a { background-color: rgb(128,120,178); }
div.DivClassName
{
background-color: #8078B2;
}
.BgClassName
{
background-color: #8078B2;
}
</style>
border-color css
<style>
span { border-color: #8078B2; }
span { border-color: rgb(128,120,178); }
td.TdClassName
{
border-color: #8078B2;
}
.TagClassName
{
border-color: #8078B2;
}
</style>