Shades of Moody Blue #8080DE
Tints of Moody Blue #8080DE
RGB
CMYK
RGB Variations
Color information
#8080DE (or 0x8080DE) is known color: Moody Blue. HEX triplet: 80, 80 and DE. RGB value is (128,128,222). Sum of RGB (Red+Green+Blue) = 128+128+222=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #8080DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080DE is #7F7F21. Grayscale: #8A8A8A. Windows color (decimal): -8355618 or 14581888. OLE color: 14581888.
HSL color Cylindrical-coordinate representation of color #8080DE: hue angle of 240º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8080DE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 128 | 222 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.13 |
| HSL | 240º | 0.59% | 0.69% | - |
| HSV(B) | 240º | 0.42% | 0.87% | - |
| XYZ | 29.81 | 25.3 | 72.42 | - |
| YUV | 138.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 222 | 0.42 | 0.42 | 0 | 0.13 | 240 | 0.59 | 0.69 |
| Hex | 80 | 80 | DE | 2A | 2A | 0 | D | F0 | 3B | 45 |
| Octal | 200 | 200 | 336 | 52 | 52 | 0 | 15 | 360 | 73 | 105 |
| Binary | 10000000 | 10000000 | 11011110 | 101010 | 101010 | 0 | 1101 | 11110000 | 111011 | 1000101 |
Color Harmonies of #8080DE
Complementary color
Monochromatic Colors of #8080DE
Black with #8080DE
Text Example
Text Example
White with #8080DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080DE; }
p { color: rgb(128,128,222); }
H1.HeaderClassName
{
color: #8080DE;
}
.AnyTagClassName
{
color: #8080DE;
}
</style>
background-color css
<style>
a { background-color: #8080DE; }
a { background-color: rgb(128,128,222); }
div.DivClassName
{
background-color: #8080DE;
}
.BgClassName
{
background-color: #8080DE;
}
</style>
border-color css
<style>
span { border-color: #8080DE; }
span { border-color: rgb(128,128,222); }
td.TdClassName
{
border-color: #8080DE;
}
.TagClassName
{
border-color: #8080DE;
}
</style>