Shades of Moody Blue #8074CA
Tints of Moody Blue #8074CA
RGB
CMYK
RGB Variations
Color information
#8074CA (or 0x8074CA) is known color: Moody Blue. HEX triplet: 80, 74 and CA. RGB value is (128,116,202). Sum of RGB (Red+Green+Blue) = 128+116+202=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #8074CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074CA is #7F8B35. Grayscale: #818181. Windows color (decimal): -8358710 or 13268096. OLE color: 13268096.
HSL color Cylindrical-coordinate representation of color #8074CA: hue angle of 248.37º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8074CA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 116 | 202 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.21 |
| HSL | 248.37º | 0.45% | 0.62% | - |
| HSV(B) | 248.37º | 0.43% | 0.79% | - |
| XYZ | 25.81 | 21.34 | 58.64 | - |
| YUV | 129.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 202 | 0.37 | 0.43 | 0 | 0.21 | 248.37 | 0.45 | 0.62 |
| Hex | 80 | 74 | CA | 25 | 2B | 0 | 15 | F8 | 2D | 3E |
| Octal | 200 | 164 | 312 | 45 | 53 | 0 | 25 | 370 | 55 | 76 |
| Binary | 10000000 | 1110100 | 11001010 | 100101 | 101011 | 0 | 10101 | 11111000 | 101101 | 111110 |
Color Harmonies of #8074CA
Complementary color
Monochromatic Colors of #8074CA
Black with #8074CA
Text Example
Text Example
White with #8074CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074CA; }
p { color: rgb(128,116,202); }
H1.HeaderClassName
{
color: #8074CA;
}
.AnyTagClassName
{
color: #8074CA;
}
</style>
background-color css
<style>
a { background-color: #8074CA; }
a { background-color: rgb(128,116,202); }
div.DivClassName
{
background-color: #8074CA;
}
.BgClassName
{
background-color: #8074CA;
}
</style>
border-color css
<style>
span { border-color: #8074CA; }
span { border-color: rgb(128,116,202); }
td.TdClassName
{
border-color: #8074CA;
}
.TagClassName
{
border-color: #8074CA;
}
</style>