Shades of Moody Blue #807CBA
Tints of Moody Blue #807CBA
RGB
CMYK
RGB Variations
Color information
#807CBA (or 0x807CBA) is known color: Moody Blue. HEX triplet: 80, 7C and BA. RGB value is (128,124,186). Sum of RGB (Red+Green+Blue) = 128+124+186=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #807CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBA is #7F8345. Grayscale: #848484. Windows color (decimal): -8356678 or 12221568. OLE color: 12221568.
HSL color Cylindrical-coordinate representation of color #807CBA: hue angle of 243.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807CBA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 124 | 186 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.27 |
| HSL | 243.87º | 0.31% | 0.61% | - |
| HSV(B) | 243.87º | 0.33% | 0.73% | - |
| XYZ | 24.97 | 22.55 | 49.49 | - |
| YUV | 132.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 186 | 0.31 | 0.33 | 0 | 0.27 | 243.87 | 0.31 | 0.61 |
| Hex | 80 | 7C | BA | 1F | 21 | 0 | 1B | F4 | 1F | 3D |
| Octal | 200 | 174 | 272 | 37 | 41 | 0 | 33 | 364 | 37 | 75 |
| Binary | 10000000 | 1111100 | 10111010 | 11111 | 100001 | 0 | 11011 | 11110100 | 11111 | 111101 |
Color Harmonies of #807CBA
Complementary color
Monochromatic Colors of #807CBA
Black with #807CBA
Text Example
Text Example
White with #807CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CBA; }
p { color: rgb(128,124,186); }
H1.HeaderClassName
{
color: #807CBA;
}
.AnyTagClassName
{
color: #807CBA;
}
</style>
background-color css
<style>
a { background-color: #807CBA; }
a { background-color: rgb(128,124,186); }
div.DivClassName
{
background-color: #807CBA;
}
.BgClassName
{
background-color: #807CBA;
}
</style>
border-color css
<style>
span { border-color: #807CBA; }
span { border-color: rgb(128,124,186); }
td.TdClassName
{
border-color: #807CBA;
}
.TagClassName
{
border-color: #807CBA;
}
</style>