Shades of Moody Blue #807AD4
Tints of Moody Blue #807AD4
RGB
CMYK
RGB Variations
Color information
#807AD4 (or 0x807AD4) is known color: Moody Blue. HEX triplet: 80, 7A and D4. RGB value is (128,122,212). Sum of RGB (Red+Green+Blue) = 128+122+212=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #807AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807AD4 is #7F852B. Grayscale: #858585. Windows color (decimal): -8357164 or 13924992. OLE color: 13924992.
HSL color Cylindrical-coordinate representation of color #807AD4: hue angle of 244º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807AD4 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 122 | 212 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.17 |
| HSL | 244º | 0.51% | 0.65% | - |
| HSV(B) | 244º | 0.42% | 0.83% | - |
| XYZ | 27.75 | 23.26 | 65.31 | - |
| YUV | 134.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 212 | 0.40 | 0.42 | 0 | 0.17 | 244 | 0.51 | 0.65 |
| Hex | 80 | 7A | D4 | 28 | 2A | 0 | 11 | F4 | 33 | 41 |
| Octal | 200 | 172 | 324 | 50 | 52 | 0 | 21 | 364 | 63 | 101 |
| Binary | 10000000 | 1111010 | 11010100 | 101000 | 101010 | 0 | 10001 | 11110100 | 110011 | 1000001 |
Color Harmonies of #807AD4
Complementary color
Monochromatic Colors of #807AD4
Black with #807AD4
Text Example
Text Example
White with #807AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AD4; }
p { color: rgb(128,122,212); }
H1.HeaderClassName
{
color: #807AD4;
}
.AnyTagClassName
{
color: #807AD4;
}
</style>
background-color css
<style>
a { background-color: #807AD4; }
a { background-color: rgb(128,122,212); }
div.DivClassName
{
background-color: #807AD4;
}
.BgClassName
{
background-color: #807AD4;
}
</style>
border-color css
<style>
span { border-color: #807AD4; }
span { border-color: rgb(128,122,212); }
td.TdClassName
{
border-color: #807AD4;
}
.TagClassName
{
border-color: #807AD4;
}
</style>