Shades of Moody Blue #8079C1
Tints of Moody Blue #8079C1
RGB
CMYK
RGB Variations
Color information
#8079C1 (or 0x8079C1) is known color: Moody Blue. HEX triplet: 80, 79 and C1. RGB value is (128,121,193). Sum of RGB (Red+Green+Blue) = 128+121+193=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #8079C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079C1 is #7F863E. Grayscale: #838383. Windows color (decimal): -8357439 or 12679552. OLE color: 12679552.
HSL color Cylindrical-coordinate representation of color #8079C1: hue angle of 245.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8079C1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 121 | 193 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.24 |
| HSL | 245.83º | 0.37% | 0.62% | - |
| HSV(B) | 245.83º | 0.37% | 0.76% | - |
| XYZ | 25.37 | 22.11 | 53.38 | - |
| YUV | 131.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 193 | 0.34 | 0.37 | 0 | 0.24 | 245.83 | 0.37 | 0.62 |
| Hex | 80 | 79 | C1 | 22 | 25 | 0 | 18 | F6 | 25 | 3E |
| Octal | 200 | 171 | 301 | 42 | 45 | 0 | 30 | 366 | 45 | 76 |
| Binary | 10000000 | 1111001 | 11000001 | 100010 | 100101 | 0 | 11000 | 11110110 | 100101 | 111110 |
Color Harmonies of #8079C1
Complementary color
Monochromatic Colors of #8079C1
Black with #8079C1
Text Example
Text Example
White with #8079C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079C1; }
p { color: rgb(128,121,193); }
H1.HeaderClassName
{
color: #8079C1;
}
.AnyTagClassName
{
color: #8079C1;
}
</style>
background-color css
<style>
a { background-color: #8079C1; }
a { background-color: rgb(128,121,193); }
div.DivClassName
{
background-color: #8079C1;
}
.BgClassName
{
background-color: #8079C1;
}
</style>
border-color css
<style>
span { border-color: #8079C1; }
span { border-color: rgb(128,121,193); }
td.TdClassName
{
border-color: #8079C1;
}
.TagClassName
{
border-color: #8079C1;
}
</style>