Shades of Moody Blue #807DDD
Tints of Moody Blue #807DDD
RGB
CMYK
RGB Variations
Color information
#807DDD (or 0x807DDD) is known color: Moody Blue. HEX triplet: 80, 7D and DD. RGB value is (128,125,221). Sum of RGB (Red+Green+Blue) = 128+125+221=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #807DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DDD is #7F8222. Grayscale: #888888. Windows color (decimal): -8356387 or 14515584. OLE color: 14515584.
HSL color Cylindrical-coordinate representation of color #807DDD: hue angle of 241.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807DDD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 125 | 221 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.88º | 0.59% | 0.68% | - |
| HSV(B) | 241.88º | 0.43% | 0.87% | - |
| XYZ | 29.29 | 24.48 | 71.59 | - |
| YUV | 136.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 221 | 0.42 | 0.43 | 0 | 0.13 | 241.88 | 0.59 | 0.68 |
| Hex | 80 | 7D | DD | 2A | 2B | 0 | D | F2 | 3B | 44 |
| Octal | 200 | 175 | 335 | 52 | 53 | 0 | 15 | 362 | 73 | 104 |
| Binary | 10000000 | 1111101 | 11011101 | 101010 | 101011 | 0 | 1101 | 11110010 | 111011 | 1000100 |
Color Harmonies of #807DDD
Complementary color
Monochromatic Colors of #807DDD
Black with #807DDD
Text Example
Text Example
White with #807DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DDD; }
p { color: rgb(128,125,221); }
H1.HeaderClassName
{
color: #807DDD;
}
.AnyTagClassName
{
color: #807DDD;
}
</style>
background-color css
<style>
a { background-color: #807DDD; }
a { background-color: rgb(128,125,221); }
div.DivClassName
{
background-color: #807DDD;
}
.BgClassName
{
background-color: #807DDD;
}
</style>
border-color css
<style>
span { border-color: #807DDD; }
span { border-color: rgb(128,125,221); }
td.TdClassName
{
border-color: #807DDD;
}
.TagClassName
{
border-color: #807DDD;
}
</style>