Shades of Moody Blue #8277BA
Tints of Moody Blue #8277BA
RGB
CMYK
RGB Variations
Color information
#8277BA (or 0x8277BA) is known color: Moody Blue. HEX triplet: 82, 77 and BA. RGB value is (130,119,186). Sum of RGB (Red+Green+Blue) = 130+119+186=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8277BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BA is #7D8845. Grayscale: #818181. Windows color (decimal): -8226886 or 12220290. OLE color: 12220290.
HSL color Cylindrical-coordinate representation of color #8277BA: hue angle of 249.85º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8277BA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 119 | 186 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.27 |
| HSL | 249.85º | 0.33% | 0.6% | - |
| HSV(B) | 249.85º | 0.36% | 0.73% | - |
| XYZ | 24.67 | 21.48 | 49.3 | - |
| YUV | 129.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 186 | 0.30 | 0.36 | 0 | 0.27 | 249.85 | 0.33 | 0.6 |
| Hex | 82 | 77 | BA | 1E | 24 | 0 | 1B | FA | 21 | 3C |
| Octal | 202 | 167 | 272 | 36 | 44 | 0 | 33 | 372 | 41 | 74 |
| Binary | 10000010 | 1110111 | 10111010 | 11110 | 100100 | 0 | 11011 | 11111010 | 100001 | 111100 |
Color Harmonies of #8277BA
Complementary color
Monochromatic Colors of #8277BA
Black with #8277BA
Text Example
Text Example
White with #8277BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277BA; }
p { color: rgb(130,119,186); }
H1.HeaderClassName
{
color: #8277BA;
}
.AnyTagClassName
{
color: #8277BA;
}
</style>
background-color css
<style>
a { background-color: #8277BA; }
a { background-color: rgb(130,119,186); }
div.DivClassName
{
background-color: #8277BA;
}
.BgClassName
{
background-color: #8277BA;
}
</style>
border-color css
<style>
span { border-color: #8277BA; }
span { border-color: rgb(130,119,186); }
td.TdClassName
{
border-color: #8277BA;
}
.TagClassName
{
border-color: #8277BA;
}
</style>