Shades of Moody Blue #8079CF
Tints of Moody Blue #8079CF
RGB
CMYK
RGB Variations
Color information
#8079CF (or 0x8079CF) is known color: Moody Blue. HEX triplet: 80, 79 and CF. RGB value is (128,121,207). Sum of RGB (Red+Green+Blue) = 128+121+207=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #8079CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079CF is #7F8630. Grayscale: #848484. Windows color (decimal): -8357425 or 13597056. OLE color: 13597056.
HSL color Cylindrical-coordinate representation of color #8079CF: hue angle of 244.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8079CF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 121 | 207 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.19 |
| HSL | 244.88º | 0.47% | 0.64% | - |
| HSV(B) | 244.88º | 0.42% | 0.81% | - |
| XYZ | 27 | 22.77 | 62 | - |
| YUV | 132.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 207 | 0.38 | 0.42 | 0 | 0.19 | 244.88 | 0.47 | 0.64 |
| Hex | 80 | 79 | CF | 26 | 2A | 0 | 13 | F5 | 2F | 40 |
| Octal | 200 | 171 | 317 | 46 | 52 | 0 | 23 | 365 | 57 | 100 |
| Binary | 10000000 | 1111001 | 11001111 | 100110 | 101010 | 0 | 10011 | 11110101 | 101111 | 1000000 |
Color Harmonies of #8079CF
Complementary color
Monochromatic Colors of #8079CF
Black with #8079CF
Text Example
Text Example
White with #8079CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079CF; }
p { color: rgb(128,121,207); }
H1.HeaderClassName
{
color: #8079CF;
}
.AnyTagClassName
{
color: #8079CF;
}
</style>
background-color css
<style>
a { background-color: #8079CF; }
a { background-color: rgb(128,121,207); }
div.DivClassName
{
background-color: #8079CF;
}
.BgClassName
{
background-color: #8079CF;
}
</style>
border-color css
<style>
span { border-color: #8079CF; }
span { border-color: rgb(128,121,207); }
td.TdClassName
{
border-color: #8079CF;
}
.TagClassName
{
border-color: #8079CF;
}
</style>