Shades of Moody Blue #807DBC
Tints of Moody Blue #807DBC
RGB
CMYK
RGB Variations
Color information
#807DBC (or 0x807DBC) is known color: Moody Blue. HEX triplet: 80, 7D and BC. RGB value is (128,125,188). Sum of RGB (Red+Green+Blue) = 128+125+188=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #807DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DBC is #7F8243. Grayscale: #848484. Windows color (decimal): -8356420 or 12352896. OLE color: 12352896.
HSL color Cylindrical-coordinate representation of color #807DBC: hue angle of 242.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807DBC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 125 | 188 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.26 |
| HSL | 242.86º | 0.32% | 0.61% | - |
| HSV(B) | 242.86º | 0.34% | 0.74% | - |
| XYZ | 25.31 | 22.89 | 50.66 | - |
| YUV | 133.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 188 | 0.32 | 0.34 | 0 | 0.26 | 242.86 | 0.32 | 0.61 |
| Hex | 80 | 7D | BC | 20 | 22 | 0 | 1A | F3 | 20 | 3D |
| Octal | 200 | 175 | 274 | 40 | 42 | 0 | 32 | 363 | 40 | 75 |
| Binary | 10000000 | 1111101 | 10111100 | 100000 | 100010 | 0 | 11010 | 11110011 | 100000 | 111101 |
Color Harmonies of #807DBC
Complementary color
Monochromatic Colors of #807DBC
Black with #807DBC
Text Example
Text Example
White with #807DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DBC; }
p { color: rgb(128,125,188); }
H1.HeaderClassName
{
color: #807DBC;
}
.AnyTagClassName
{
color: #807DBC;
}
</style>
background-color css
<style>
a { background-color: #807DBC; }
a { background-color: rgb(128,125,188); }
div.DivClassName
{
background-color: #807DBC;
}
.BgClassName
{
background-color: #807DBC;
}
</style>
border-color css
<style>
span { border-color: #807DBC; }
span { border-color: rgb(128,125,188); }
td.TdClassName
{
border-color: #807DBC;
}
.TagClassName
{
border-color: #807DBC;
}
</style>