Shades of Moody Blue #8277DC
Tints of Moody Blue #8277DC
RGB
CMYK
RGB Variations
Color information
#8277DC (or 0x8277DC) is known color: Moody Blue. HEX triplet: 82, 77 and DC. RGB value is (130,119,220). Sum of RGB (Red+Green+Blue) = 130+119+220=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8277DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277DC is #7D8823. Grayscale: #858585. Windows color (decimal): -8226852 or 14448514. OLE color: 14448514.
HSL color Cylindrical-coordinate representation of color #8277DC: hue angle of 246.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8277DC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 119 | 220 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.14 |
| HSL | 246.53º | 0.59% | 0.66% | - |
| HSV(B) | 246.53º | 0.46% | 0.86% | - |
| XYZ | 28.72 | 23.11 | 70.66 | - |
| YUV | 133.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 220 | 0.41 | 0.46 | 0 | 0.14 | 246.53 | 0.59 | 0.66 |
| Hex | 82 | 77 | DC | 29 | 2E | 0 | E | F7 | 3B | 42 |
| Octal | 202 | 167 | 334 | 51 | 56 | 0 | 16 | 367 | 73 | 102 |
| Binary | 10000010 | 1110111 | 11011100 | 101001 | 101110 | 0 | 1110 | 11110111 | 111011 | 1000010 |
Color Harmonies of #8277DC
Complementary color
Monochromatic Colors of #8277DC
Black with #8277DC
Text Example
Text Example
White with #8277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277DC; }
p { color: rgb(130,119,220); }
H1.HeaderClassName
{
color: #8277DC;
}
.AnyTagClassName
{
color: #8277DC;
}
</style>
background-color css
<style>
a { background-color: #8277DC; }
a { background-color: rgb(130,119,220); }
div.DivClassName
{
background-color: #8277DC;
}
.BgClassName
{
background-color: #8277DC;
}
</style>
border-color css
<style>
span { border-color: #8277DC; }
span { border-color: rgb(130,119,220); }
td.TdClassName
{
border-color: #8277DC;
}
.TagClassName
{
border-color: #8277DC;
}
</style>