Shades of Moody Blue #8077CA
Tints of Moody Blue #8077CA
RGB
CMYK
RGB Variations
Color information
#8077CA (or 0x8077CA) is known color: Moody Blue. HEX triplet: 80, 77 and CA. RGB value is (128,119,202). Sum of RGB (Red+Green+Blue) = 128+119+202=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8077CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077CA is #7F8835. Grayscale: #828282. Windows color (decimal): -8357942 or 13268864. OLE color: 13268864.
HSL color Cylindrical-coordinate representation of color #8077CA: hue angle of 246.51º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8077CA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 119 | 202 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.21 |
| HSL | 246.51º | 0.44% | 0.63% | - |
| HSV(B) | 246.51º | 0.41% | 0.79% | - |
| XYZ | 26.16 | 22.05 | 58.75 | - |
| YUV | 131.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 202 | 0.37 | 0.41 | 0 | 0.21 | 246.51 | 0.44 | 0.63 |
| Hex | 80 | 77 | CA | 25 | 29 | 0 | 15 | F7 | 2C | 3F |
| Octal | 200 | 167 | 312 | 45 | 51 | 0 | 25 | 367 | 54 | 77 |
| Binary | 10000000 | 1110111 | 11001010 | 100101 | 101001 | 0 | 10101 | 11110111 | 101100 | 111111 |
Color Harmonies of #8077CA
Complementary color
Monochromatic Colors of #8077CA
Black with #8077CA
Text Example
Text Example
White with #8077CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077CA; }
p { color: rgb(128,119,202); }
H1.HeaderClassName
{
color: #8077CA;
}
.AnyTagClassName
{
color: #8077CA;
}
</style>
background-color css
<style>
a { background-color: #8077CA; }
a { background-color: rgb(128,119,202); }
div.DivClassName
{
background-color: #8077CA;
}
.BgClassName
{
background-color: #8077CA;
}
</style>
border-color css
<style>
span { border-color: #8077CA; }
span { border-color: rgb(128,119,202); }
td.TdClassName
{
border-color: #8077CA;
}
.TagClassName
{
border-color: #8077CA;
}
</style>