Shades of Moody Blue #807DBD
Tints of Moody Blue #807DBD
RGB
CMYK
RGB Variations
Color information
#807DBD (or 0x807DBD) is known color: Moody Blue. HEX triplet: 80, 7D and BD. RGB value is (128,125,189). Sum of RGB (Red+Green+Blue) = 128+125+189=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #807DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DBD is #7F8242. Grayscale: #848484. Windows color (decimal): -8356419 or 12418432. OLE color: 12418432.
HSL color Cylindrical-coordinate representation of color #807DBD: hue angle of 242.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807DBD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 125 | 189 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.26 |
| HSL | 242.81º | 0.33% | 0.62% | - |
| HSV(B) | 242.81º | 0.34% | 0.74% | - |
| XYZ | 25.42 | 22.93 | 51.23 | - |
| YUV | 133.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 189 | 0.32 | 0.34 | 0 | 0.26 | 242.81 | 0.33 | 0.62 |
| Hex | 80 | 7D | BD | 20 | 22 | 0 | 1A | F3 | 21 | 3E |
| Octal | 200 | 175 | 275 | 40 | 42 | 0 | 32 | 363 | 41 | 76 |
| Binary | 10000000 | 1111101 | 10111101 | 100000 | 100010 | 0 | 11010 | 11110011 | 100001 | 111110 |
Color Harmonies of #807DBD
Complementary color
Monochromatic Colors of #807DBD
Black with #807DBD
Text Example
Text Example
White with #807DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DBD; }
p { color: rgb(128,125,189); }
H1.HeaderClassName
{
color: #807DBD;
}
.AnyTagClassName
{
color: #807DBD;
}
</style>
background-color css
<style>
a { background-color: #807DBD; }
a { background-color: rgb(128,125,189); }
div.DivClassName
{
background-color: #807DBD;
}
.BgClassName
{
background-color: #807DBD;
}
</style>
border-color css
<style>
span { border-color: #807DBD; }
span { border-color: rgb(128,125,189); }
td.TdClassName
{
border-color: #807DBD;
}
.TagClassName
{
border-color: #807DBD;
}
</style>