Shades of Moody Blue #807DB6
Tints of Moody Blue #807DB6
RGB
CMYK
RGB Variations
Color information
#807DB6 (or 0x807DB6) is known color: Moody Blue. HEX triplet: 80, 7D and B6. RGB value is (128,125,182). Sum of RGB (Red+Green+Blue) = 128+125+182=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #807DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DB6 is #7F8249. Grayscale: #848484. Windows color (decimal): -8356426 or 11959680. OLE color: 11959680.
HSL color Cylindrical-coordinate representation of color #807DB6: hue angle of 243.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807DB6 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 125 | 182 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.29 |
| HSL | 243.16º | 0.28% | 0.6% | - |
| HSV(B) | 243.16º | 0.31% | 0.71% | - |
| XYZ | 24.68 | 22.63 | 47.32 | - |
| YUV | 132.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 182 | 0.30 | 0.31 | 0 | 0.29 | 243.16 | 0.28 | 0.6 |
| Hex | 80 | 7D | B6 | 1E | 1F | 0 | 1D | F3 | 1C | 3C |
| Octal | 200 | 175 | 266 | 36 | 37 | 0 | 35 | 363 | 34 | 74 |
| Binary | 10000000 | 1111101 | 10110110 | 11110 | 11111 | 0 | 11101 | 11110011 | 11100 | 111100 |
Color Harmonies of #807DB6
Complementary color
Monochromatic Colors of #807DB6
Black with #807DB6
Text Example
Text Example
White with #807DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DB6; }
p { color: rgb(128,125,182); }
H1.HeaderClassName
{
color: #807DB6;
}
.AnyTagClassName
{
color: #807DB6;
}
</style>
background-color css
<style>
a { background-color: #807DB6; }
a { background-color: rgb(128,125,182); }
div.DivClassName
{
background-color: #807DB6;
}
.BgClassName
{
background-color: #807DB6;
}
</style>
border-color css
<style>
span { border-color: #807DB6; }
span { border-color: rgb(128,125,182); }
td.TdClassName
{
border-color: #807DB6;
}
.TagClassName
{
border-color: #807DB6;
}
</style>