Shades of Moody Blue #8072CC
Tints of Moody Blue #8072CC
RGB
CMYK
RGB Variations
Color information
#8072CC (or 0x8072CC) is known color: Moody Blue. HEX triplet: 80, 72 and CC. RGB value is (128,114,204). Sum of RGB (Red+Green+Blue) = 128+114+204=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #8072CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072CC is #7F8D33. Grayscale: #808080. Windows color (decimal): -8359220 or 13398656. OLE color: 13398656.
HSL color Cylindrical-coordinate representation of color #8072CC: hue angle of 249.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8072CC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 114 | 204 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.2 |
| HSL | 249.33º | 0.47% | 0.62% | - |
| HSV(B) | 249.33º | 0.44% | 0.8% | - |
| XYZ | 25.82 | 20.98 | 59.82 | - |
| YUV | 128.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 204 | 0.37 | 0.44 | 0 | 0.2 | 249.33 | 0.47 | 0.62 |
| Hex | 80 | 72 | CC | 25 | 2C | 0 | 14 | F9 | 2F | 3E |
| Octal | 200 | 162 | 314 | 45 | 54 | 0 | 24 | 371 | 57 | 76 |
| Binary | 10000000 | 1110010 | 11001100 | 100101 | 101100 | 0 | 10100 | 11111001 | 101111 | 111110 |
Color Harmonies of #8072CC
Complementary color
Monochromatic Colors of #8072CC
Black with #8072CC
Text Example
Text Example
White with #8072CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072CC; }
p { color: rgb(128,114,204); }
H1.HeaderClassName
{
color: #8072CC;
}
.AnyTagClassName
{
color: #8072CC;
}
</style>
background-color css
<style>
a { background-color: #8072CC; }
a { background-color: rgb(128,114,204); }
div.DivClassName
{
background-color: #8072CC;
}
.BgClassName
{
background-color: #8072CC;
}
</style>
border-color css
<style>
span { border-color: #8072CC; }
span { border-color: rgb(128,114,204); }
td.TdClassName
{
border-color: #8072CC;
}
.TagClassName
{
border-color: #8072CC;
}
</style>