Shades of Moody Blue #807BB6
Tints of Moody Blue #807BB6
RGB
CMYK
RGB Variations
Color information
#807BB6 (or 0x807BB6) is known color: Moody Blue. HEX triplet: 80, 7B and B6. RGB value is (128,123,182). Sum of RGB (Red+Green+Blue) = 128+123+182=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #807BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BB6 is #7F8449. Grayscale: #828282. Windows color (decimal): -8356938 or 11959168. OLE color: 11959168.
HSL color Cylindrical-coordinate representation of color #807BB6: hue angle of 245.08º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807BB6 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 123 | 182 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.29 |
| HSL | 245.08º | 0.29% | 0.6% | - |
| HSV(B) | 245.08º | 0.32% | 0.71% | - |
| XYZ | 24.43 | 22.13 | 47.24 | - |
| YUV | 131.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 182 | 0.30 | 0.32 | 0 | 0.29 | 245.08 | 0.29 | 0.6 |
| Hex | 80 | 7B | B6 | 1E | 20 | 0 | 1D | F5 | 1D | 3C |
| Octal | 200 | 173 | 266 | 36 | 40 | 0 | 35 | 365 | 35 | 74 |
| Binary | 10000000 | 1111011 | 10110110 | 11110 | 100000 | 0 | 11101 | 11110101 | 11101 | 111100 |
Color Harmonies of #807BB6
Complementary color
Monochromatic Colors of #807BB6
Black with #807BB6
Text Example
Text Example
White with #807BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BB6; }
p { color: rgb(128,123,182); }
H1.HeaderClassName
{
color: #807BB6;
}
.AnyTagClassName
{
color: #807BB6;
}
</style>
background-color css
<style>
a { background-color: #807BB6; }
a { background-color: rgb(128,123,182); }
div.DivClassName
{
background-color: #807BB6;
}
.BgClassName
{
background-color: #807BB6;
}
</style>
border-color css
<style>
span { border-color: #807BB6; }
span { border-color: rgb(128,123,182); }
td.TdClassName
{
border-color: #807BB6;
}
.TagClassName
{
border-color: #807BB6;
}
</style>