Shades of Moody Blue #8076CB
Tints of Moody Blue #8076CB
RGB
CMYK
RGB Variations
Color information
#8076CB (or 0x8076CB) is known color: Moody Blue. HEX triplet: 80, 76 and CB. RGB value is (128,118,203). Sum of RGB (Red+Green+Blue) = 128+118+203=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8076CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076CB is #7F8934. Grayscale: #828282. Windows color (decimal): -8358197 or 13334144. OLE color: 13334144.
HSL color Cylindrical-coordinate representation of color #8076CB: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8076CB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 118 | 203 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.20 |
| HSL | 247.06º | 0.45% | 0.63% | - |
| HSV(B) | 247.06º | 0.42% | 0.8% | - |
| XYZ | 26.16 | 21.86 | 59.34 | - |
| YUV | 130.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 203 | 0.37 | 0.42 | 0 | 0.20 | 247.06 | 0.45 | 0.63 |
| Hex | 80 | 76 | CB | 25 | 2A | 0 | 14 | F7 | 2D | 3F |
| Octal | 200 | 166 | 313 | 45 | 52 | 0 | 24 | 367 | 55 | 77 |
| Binary | 10000000 | 1110110 | 11001011 | 100101 | 101010 | 0 | 10100 | 11110111 | 101101 | 111111 |
Color Harmonies of #8076CB
Complementary color
Monochromatic Colors of #8076CB
Black with #8076CB
Text Example
Text Example
White with #8076CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076CB; }
p { color: rgb(128,118,203); }
H1.HeaderClassName
{
color: #8076CB;
}
.AnyTagClassName
{
color: #8076CB;
}
</style>
background-color css
<style>
a { background-color: #8076CB; }
a { background-color: rgb(128,118,203); }
div.DivClassName
{
background-color: #8076CB;
}
.BgClassName
{
background-color: #8076CB;
}
</style>
border-color css
<style>
span { border-color: #8076CB; }
span { border-color: rgb(128,118,203); }
td.TdClassName
{
border-color: #8076CB;
}
.TagClassName
{
border-color: #8076CB;
}
</style>