Shades of Moody Blue #807ADC
Tints of Moody Blue #807ADC
RGB
CMYK
RGB Variations
Color information
#807ADC (or 0x807ADC) is known color: Moody Blue. HEX triplet: 80, 7A and DC. RGB value is (128,122,220). Sum of RGB (Red+Green+Blue) = 128+122+220=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #807ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ADC is #7F8523. Grayscale: #868686. Windows color (decimal): -8357156 or 14449280. OLE color: 14449280.
HSL color Cylindrical-coordinate representation of color #807ADC: hue angle of 243.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807ADC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 122 | 220 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.14 |
| HSL | 243.67º | 0.58% | 0.67% | - |
| HSV(B) | 243.67º | 0.45% | 0.86% | - |
| XYZ | 28.78 | 23.68 | 70.76 | - |
| YUV | 134.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 220 | 0.42 | 0.45 | 0 | 0.14 | 243.67 | 0.58 | 0.67 |
| Hex | 80 | 7A | DC | 2A | 2D | 0 | E | F4 | 3A | 43 |
| Octal | 200 | 172 | 334 | 52 | 55 | 0 | 16 | 364 | 72 | 103 |
| Binary | 10000000 | 1111010 | 11011100 | 101010 | 101101 | 0 | 1110 | 11110100 | 111010 | 1000011 |
Color Harmonies of #807ADC
Complementary color
Monochromatic Colors of #807ADC
Black with #807ADC
Text Example
Text Example
White with #807ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ADC; }
p { color: rgb(128,122,220); }
H1.HeaderClassName
{
color: #807ADC;
}
.AnyTagClassName
{
color: #807ADC;
}
</style>
background-color css
<style>
a { background-color: #807ADC; }
a { background-color: rgb(128,122,220); }
div.DivClassName
{
background-color: #807ADC;
}
.BgClassName
{
background-color: #807ADC;
}
</style>
border-color css
<style>
span { border-color: #807ADC; }
span { border-color: rgb(128,122,220); }
td.TdClassName
{
border-color: #807ADC;
}
.TagClassName
{
border-color: #807ADC;
}
</style>