Shades of Moody Blue #8076CA
Tints of Moody Blue #8076CA
RGB
CMYK
RGB Variations
Color information
#8076CA (or 0x8076CA) is known color: Moody Blue. HEX triplet: 80, 76 and CA. RGB value is (128,118,202). Sum of RGB (Red+Green+Blue) = 128+118+202=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #8076CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076CA is #7F8935. Grayscale: #828282. Windows color (decimal): -8358198 or 13268608. OLE color: 13268608.
HSL color Cylindrical-coordinate representation of color #8076CA: hue angle of 247.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8076CA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 118 | 202 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.21 |
| HSL | 247.14º | 0.44% | 0.63% | - |
| HSV(B) | 247.14º | 0.42% | 0.79% | - |
| XYZ | 26.04 | 21.81 | 58.71 | - |
| YUV | 130.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 202 | 0.37 | 0.42 | 0 | 0.21 | 247.14 | 0.44 | 0.63 |
| Hex | 80 | 76 | CA | 25 | 2A | 0 | 15 | F7 | 2C | 3F |
| Octal | 200 | 166 | 312 | 45 | 52 | 0 | 25 | 367 | 54 | 77 |
| Binary | 10000000 | 1110110 | 11001010 | 100101 | 101010 | 0 | 10101 | 11110111 | 101100 | 111111 |
Color Harmonies of #8076CA
Complementary color
Monochromatic Colors of #8076CA
Black with #8076CA
Text Example
Text Example
White with #8076CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076CA; }
p { color: rgb(128,118,202); }
H1.HeaderClassName
{
color: #8076CA;
}
.AnyTagClassName
{
color: #8076CA;
}
</style>
background-color css
<style>
a { background-color: #8076CA; }
a { background-color: rgb(128,118,202); }
div.DivClassName
{
background-color: #8076CA;
}
.BgClassName
{
background-color: #8076CA;
}
</style>
border-color css
<style>
span { border-color: #8076CA; }
span { border-color: rgb(128,118,202); }
td.TdClassName
{
border-color: #8076CA;
}
.TagClassName
{
border-color: #8076CA;
}
</style>