Shades of Moody Blue #807ADD
Tints of Moody Blue #807ADD
RGB
CMYK
RGB Variations
Color information
#807ADD (or 0x807ADD) is known color: Moody Blue. HEX triplet: 80, 7A and DD. RGB value is (128,122,221). Sum of RGB (Red+Green+Blue) = 128+122+221=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #807ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ADD is #7F8522. Grayscale: #868686. Windows color (decimal): -8357155 or 14514816. OLE color: 14514816.
HSL color Cylindrical-coordinate representation of color #807ADD: hue angle of 243.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807ADD is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 122 | 221 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 243.64º | 0.59% | 0.67% | - |
| HSV(B) | 243.64º | 0.45% | 0.87% | - |
| XYZ | 28.91 | 23.73 | 71.46 | - |
| YUV | 135.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 221 | 0.42 | 0.45 | 0 | 0.13 | 243.64 | 0.59 | 0.67 |
| Hex | 80 | 7A | DD | 2A | 2D | 0 | D | F4 | 3B | 43 |
| Octal | 200 | 172 | 335 | 52 | 55 | 0 | 15 | 364 | 73 | 103 |
| Binary | 10000000 | 1111010 | 11011101 | 101010 | 101101 | 0 | 1101 | 11110100 | 111011 | 1000011 |
Color Harmonies of #807ADD
Complementary color
Monochromatic Colors of #807ADD
Black with #807ADD
Text Example
Text Example
White with #807ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ADD; }
p { color: rgb(128,122,221); }
H1.HeaderClassName
{
color: #807ADD;
}
.AnyTagClassName
{
color: #807ADD;
}
</style>
background-color css
<style>
a { background-color: #807ADD; }
a { background-color: rgb(128,122,221); }
div.DivClassName
{
background-color: #807ADD;
}
.BgClassName
{
background-color: #807ADD;
}
</style>
border-color css
<style>
span { border-color: #807ADD; }
span { border-color: rgb(128,122,221); }
td.TdClassName
{
border-color: #807ADD;
}
.TagClassName
{
border-color: #807ADD;
}
</style>