Shades of Moody Blue #807AD3
Tints of Moody Blue #807AD3
RGB
CMYK
RGB Variations
Color information
#807AD3 (or 0x807AD3) is known color: Moody Blue. HEX triplet: 80, 7A and D3. RGB value is (128,122,211). Sum of RGB (Red+Green+Blue) = 128+122+211=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #807AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807AD3 is #7F852C. Grayscale: #858585. Windows color (decimal): -8357165 or 13859456. OLE color: 13859456.
HSL color Cylindrical-coordinate representation of color #807AD3: hue angle of 244.04º degrees, saturation: 0.5, 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 #807AD3 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 122 | 211 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.17 |
| HSL | 244.04º | 0.5% | 0.65% | - |
| HSV(B) | 244.04º | 0.42% | 0.83% | - |
| XYZ | 27.62 | 23.21 | 64.65 | - |
| YUV | 133.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 211 | 0.39 | 0.42 | 0 | 0.17 | 244.04 | 0.5 | 0.65 |
| Hex | 80 | 7A | D3 | 27 | 2A | 0 | 11 | F4 | 32 | 41 |
| Octal | 200 | 172 | 323 | 47 | 52 | 0 | 21 | 364 | 62 | 101 |
| Binary | 10000000 | 1111010 | 11010011 | 100111 | 101010 | 0 | 10001 | 11110100 | 110010 | 1000001 |
Color Harmonies of #807AD3
Complementary color
Monochromatic Colors of #807AD3
Black with #807AD3
Text Example
Text Example
White with #807AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AD3; }
p { color: rgb(128,122,211); }
H1.HeaderClassName
{
color: #807AD3;
}
.AnyTagClassName
{
color: #807AD3;
}
</style>
background-color css
<style>
a { background-color: #807AD3; }
a { background-color: rgb(128,122,211); }
div.DivClassName
{
background-color: #807AD3;
}
.BgClassName
{
background-color: #807AD3;
}
</style>
border-color css
<style>
span { border-color: #807AD3; }
span { border-color: rgb(128,122,211); }
td.TdClassName
{
border-color: #807AD3;
}
.TagClassName
{
border-color: #807AD3;
}
</style>