Shades of Moody Blue #8277C2
Tints of Moody Blue #8277C2
RGB
CMYK
RGB Variations
Color information
#8277C2 (or 0x8277C2) is known color: Moody Blue. HEX triplet: 82, 77 and C2. RGB value is (130,119,194). Sum of RGB (Red+Green+Blue) = 130+119+194=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #8277C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277C2 is #7D883D. Grayscale: #828282. Windows color (decimal): -8226878 or 12744578. OLE color: 12744578.
HSL color Cylindrical-coordinate representation of color #8277C2: hue angle of 248.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8277C2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 119 | 194 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.24 |
| HSL | 248.8º | 0.38% | 0.61% | - |
| HSV(B) | 248.8º | 0.39% | 0.76% | - |
| XYZ | 25.54 | 21.83 | 53.91 | - |
| YUV | 130.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 194 | 0.33 | 0.39 | 0 | 0.24 | 248.8 | 0.38 | 0.61 |
| Hex | 82 | 77 | C2 | 21 | 27 | 0 | 18 | F9 | 26 | 3D |
| Octal | 202 | 167 | 302 | 41 | 47 | 0 | 30 | 371 | 46 | 75 |
| Binary | 10000010 | 1110111 | 11000010 | 100001 | 100111 | 0 | 11000 | 11111001 | 100110 | 111101 |
Color Harmonies of #8277C2
Complementary color
Monochromatic Colors of #8277C2
Black with #8277C2
Text Example
Text Example
White with #8277C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277C2; }
p { color: rgb(130,119,194); }
H1.HeaderClassName
{
color: #8277C2;
}
.AnyTagClassName
{
color: #8277C2;
}
</style>
background-color css
<style>
a { background-color: #8277C2; }
a { background-color: rgb(130,119,194); }
div.DivClassName
{
background-color: #8277C2;
}
.BgClassName
{
background-color: #8277C2;
}
</style>
border-color css
<style>
span { border-color: #8277C2; }
span { border-color: rgb(130,119,194); }
td.TdClassName
{
border-color: #8277C2;
}
.TagClassName
{
border-color: #8277C2;
}
</style>