Shades of Moody Blue #8080CA
Tints of Moody Blue #8080CA
RGB
CMYK
RGB Variations
Color information
#8080CA (or 0x8080CA) is known color: Moody Blue. HEX triplet: 80, 80 and CA. RGB value is (128,128,202). Sum of RGB (Red+Green+Blue) = 128+128+202=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8080CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080CA is #7F7F35. Grayscale: #888888. Windows color (decimal): -8355638 or 13271168. OLE color: 13271168.
HSL color Cylindrical-coordinate representation of color #8080CA: hue angle of 240º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8080CA is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 128 | 202 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.21 |
| HSL | 240º | 0.41% | 0.65% | - |
| HSV(B) | 240º | 0.37% | 0.79% | - |
| XYZ | 27.28 | 24.29 | 59.13 | - |
| YUV | 136.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 202 | 0.37 | 0.37 | 0 | 0.21 | 240 | 0.41 | 0.65 |
| Hex | 80 | 80 | CA | 25 | 25 | 0 | 15 | F0 | 29 | 41 |
| Octal | 200 | 200 | 312 | 45 | 45 | 0 | 25 | 360 | 51 | 101 |
| Binary | 10000000 | 10000000 | 11001010 | 100101 | 100101 | 0 | 10101 | 11110000 | 101001 | 1000001 |
Color Harmonies of #8080CA
Complementary color
Monochromatic Colors of #8080CA
Black with #8080CA
Text Example
Text Example
White with #8080CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080CA; }
p { color: rgb(128,128,202); }
H1.HeaderClassName
{
color: #8080CA;
}
.AnyTagClassName
{
color: #8080CA;
}
</style>
background-color css
<style>
a { background-color: #8080CA; }
a { background-color: rgb(128,128,202); }
div.DivClassName
{
background-color: #8080CA;
}
.BgClassName
{
background-color: #8080CA;
}
</style>
border-color css
<style>
span { border-color: #8080CA; }
span { border-color: rgb(128,128,202); }
td.TdClassName
{
border-color: #8080CA;
}
.TagClassName
{
border-color: #8080CA;
}
</style>