Shades of Moody Blue #8277BD
Tints of Moody Blue #8277BD
RGB
CMYK
RGB Variations
Color information
#8277BD (or 0x8277BD) is known color: Moody Blue. HEX triplet: 82, 77 and BD. RGB value is (130,119,189). Sum of RGB (Red+Green+Blue) = 130+119+189=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8277BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BD is #7D8842. Grayscale: #828282. Windows color (decimal): -8226883 or 12416898. OLE color: 12416898.
HSL color Cylindrical-coordinate representation of color #8277BD: hue angle of 249.43º degrees, saturation: 0.35, 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 #8277BD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 119 | 189 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.26 |
| HSL | 249.43º | 0.35% | 0.6% | - |
| HSV(B) | 249.43º | 0.37% | 0.74% | - |
| XYZ | 24.99 | 21.61 | 51 | - |
| YUV | 130.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 189 | 0.31 | 0.37 | 0 | 0.26 | 249.43 | 0.35 | 0.6 |
| Hex | 82 | 77 | BD | 1F | 25 | 0 | 1A | F9 | 23 | 3C |
| Octal | 202 | 167 | 275 | 37 | 45 | 0 | 32 | 371 | 43 | 74 |
| Binary | 10000010 | 1110111 | 10111101 | 11111 | 100101 | 0 | 11010 | 11111001 | 100011 | 111100 |
Color Harmonies of #8277BD
Complementary color
Monochromatic Colors of #8277BD
Black with #8277BD
Text Example
Text Example
White with #8277BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277BD; }
p { color: rgb(130,119,189); }
H1.HeaderClassName
{
color: #8277BD;
}
.AnyTagClassName
{
color: #8277BD;
}
</style>
background-color css
<style>
a { background-color: #8277BD; }
a { background-color: rgb(130,119,189); }
div.DivClassName
{
background-color: #8277BD;
}
.BgClassName
{
background-color: #8277BD;
}
</style>
border-color css
<style>
span { border-color: #8277BD; }
span { border-color: rgb(130,119,189); }
td.TdClassName
{
border-color: #8277BD;
}
.TagClassName
{
border-color: #8277BD;
}
</style>