Shades of Moody Blue #8277BC
Tints of Moody Blue #8277BC
RGB
CMYK
RGB Variations
Color information
#8277BC (or 0x8277BC) is known color: Moody Blue. HEX triplet: 82, 77 and BC. RGB value is (130,119,188). Sum of RGB (Red+Green+Blue) = 130+119+188=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #8277BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BC is #7D8843. Grayscale: #818181. Windows color (decimal): -8226884 or 12351362. OLE color: 12351362.
HSL color Cylindrical-coordinate representation of color #8277BC: hue angle of 249.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8277BC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 119 | 188 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.26 |
| HSL | 249.57º | 0.34% | 0.6% | - |
| HSV(B) | 249.57º | 0.37% | 0.74% | - |
| XYZ | 24.88 | 21.57 | 50.43 | - |
| YUV | 130.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 188 | 0.31 | 0.37 | 0 | 0.26 | 249.57 | 0.34 | 0.6 |
| Hex | 82 | 77 | BC | 1F | 25 | 0 | 1A | FA | 22 | 3C |
| Octal | 202 | 167 | 274 | 37 | 45 | 0 | 32 | 372 | 42 | 74 |
| Binary | 10000010 | 1110111 | 10111100 | 11111 | 100101 | 0 | 11010 | 11111010 | 100010 | 111100 |
Color Harmonies of #8277BC
Complementary color
Monochromatic Colors of #8277BC
Black with #8277BC
Text Example
Text Example
White with #8277BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277BC; }
p { color: rgb(130,119,188); }
H1.HeaderClassName
{
color: #8277BC;
}
.AnyTagClassName
{
color: #8277BC;
}
</style>
background-color css
<style>
a { background-color: #8277BC; }
a { background-color: rgb(130,119,188); }
div.DivClassName
{
background-color: #8277BC;
}
.BgClassName
{
background-color: #8277BC;
}
</style>
border-color css
<style>
span { border-color: #8277BC; }
span { border-color: rgb(130,119,188); }
td.TdClassName
{
border-color: #8277BC;
}
.TagClassName
{
border-color: #8277BC;
}
</style>