Shades of Moody Blue #8277DD
Tints of Moody Blue #8277DD
RGB
CMYK
RGB Variations
Color information
#8277DD (or 0x8277DD) is known color: Moody Blue. HEX triplet: 82, 77 and DD. RGB value is (130,119,221). Sum of RGB (Red+Green+Blue) = 130+119+221=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8277DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277DD is #7D8822. Grayscale: #858585. Windows color (decimal): -8226851 or 14514050. OLE color: 14514050.
HSL color Cylindrical-coordinate representation of color #8277DD: hue angle of 246.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8277DD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 119 | 221 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.13 |
| HSL | 246.47º | 0.6% | 0.67% | - |
| HSV(B) | 246.47º | 0.46% | 0.87% | - |
| XYZ | 28.85 | 23.16 | 71.36 | - |
| YUV | 133.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 221 | 0.41 | 0.46 | 0 | 0.13 | 246.47 | 0.6 | 0.67 |
| Hex | 82 | 77 | DD | 29 | 2E | 0 | D | F6 | 3C | 43 |
| Octal | 202 | 167 | 335 | 51 | 56 | 0 | 15 | 366 | 74 | 103 |
| Binary | 10000010 | 1110111 | 11011101 | 101001 | 101110 | 0 | 1101 | 11110110 | 111100 | 1000011 |
Color Harmonies of #8277DD
Complementary color
Monochromatic Colors of #8277DD
Black with #8277DD
Text Example
Text Example
White with #8277DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277DD; }
p { color: rgb(130,119,221); }
H1.HeaderClassName
{
color: #8277DD;
}
.AnyTagClassName
{
color: #8277DD;
}
</style>
background-color css
<style>
a { background-color: #8277DD; }
a { background-color: rgb(130,119,221); }
div.DivClassName
{
background-color: #8277DD;
}
.BgClassName
{
background-color: #8277DD;
}
</style>
border-color css
<style>
span { border-color: #8277DD; }
span { border-color: rgb(130,119,221); }
td.TdClassName
{
border-color: #8277DD;
}
.TagClassName
{
border-color: #8277DD;
}
</style>