Shades of Moody Blue #807ABA
Tints of Moody Blue #807ABA
RGB
CMYK
RGB Variations
Color information
#807ABA (or 0x807ABA) is known color: Moody Blue. HEX triplet: 80, 7A and BA. RGB value is (128,122,186). Sum of RGB (Red+Green+Blue) = 128+122+186=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #807ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ABA is #7F8545. Grayscale: #828282. Windows color (decimal): -8357190 or 12221056. OLE color: 12221056.
HSL color Cylindrical-coordinate representation of color #807ABA: hue angle of 245.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807ABA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 122 | 186 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.27 |
| HSL | 245.63º | 0.32% | 0.6% | - |
| HSV(B) | 245.63º | 0.34% | 0.73% | - |
| XYZ | 24.72 | 22.05 | 49.41 | - |
| YUV | 131.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 186 | 0.31 | 0.34 | 0 | 0.27 | 245.63 | 0.32 | 0.6 |
| Hex | 80 | 7A | BA | 1F | 22 | 0 | 1B | F6 | 20 | 3C |
| Octal | 200 | 172 | 272 | 37 | 42 | 0 | 33 | 366 | 40 | 74 |
| Binary | 10000000 | 1111010 | 10111010 | 11111 | 100010 | 0 | 11011 | 11110110 | 100000 | 111100 |
Color Harmonies of #807ABA
Complementary color
Monochromatic Colors of #807ABA
Black with #807ABA
Text Example
Text Example
White with #807ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ABA; }
p { color: rgb(128,122,186); }
H1.HeaderClassName
{
color: #807ABA;
}
.AnyTagClassName
{
color: #807ABA;
}
</style>
background-color css
<style>
a { background-color: #807ABA; }
a { background-color: rgb(128,122,186); }
div.DivClassName
{
background-color: #807ABA;
}
.BgClassName
{
background-color: #807ABA;
}
</style>
border-color css
<style>
span { border-color: #807ABA; }
span { border-color: rgb(128,122,186); }
td.TdClassName
{
border-color: #807ABA;
}
.TagClassName
{
border-color: #807ABA;
}
</style>