Shades of Moody Blue #807CBB
Tints of Moody Blue #807CBB
RGB
CMYK
RGB Variations
Color information
#807CBB (or 0x807CBB) is known color: Moody Blue. HEX triplet: 80, 7C and BB. RGB value is (128,124,187). Sum of RGB (Red+Green+Blue) = 128+124+187=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #807CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBB is #7F8344. Grayscale: #848484. Windows color (decimal): -8356677 or 12287104. OLE color: 12287104.
HSL color Cylindrical-coordinate representation of color #807CBB: hue angle of 243.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807CBB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 124 | 187 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.27 |
| HSL | 243.81º | 0.32% | 0.61% | - |
| HSV(B) | 243.81º | 0.34% | 0.73% | - |
| XYZ | 25.08 | 22.59 | 50.05 | - |
| YUV | 132.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 187 | 0.32 | 0.34 | 0 | 0.27 | 243.81 | 0.32 | 0.61 |
| Hex | 80 | 7C | BB | 20 | 22 | 0 | 1B | F4 | 20 | 3D |
| Octal | 200 | 174 | 273 | 40 | 42 | 0 | 33 | 364 | 40 | 75 |
| Binary | 10000000 | 1111100 | 10111011 | 100000 | 100010 | 0 | 11011 | 11110100 | 100000 | 111101 |
Color Harmonies of #807CBB
Complementary color
Monochromatic Colors of #807CBB
Black with #807CBB
Text Example
Text Example
White with #807CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CBB; }
p { color: rgb(128,124,187); }
H1.HeaderClassName
{
color: #807CBB;
}
.AnyTagClassName
{
color: #807CBB;
}
</style>
background-color css
<style>
a { background-color: #807CBB; }
a { background-color: rgb(128,124,187); }
div.DivClassName
{
background-color: #807CBB;
}
.BgClassName
{
background-color: #807CBB;
}
</style>
border-color css
<style>
span { border-color: #807CBB; }
span { border-color: rgb(128,124,187); }
td.TdClassName
{
border-color: #807CBB;
}
.TagClassName
{
border-color: #807CBB;
}
</style>