Shades of Moody Blue #8280C2
Tints of Moody Blue #8280C2
RGB
CMYK
RGB Variations
Color information
#8280C2 (or 0x8280C2) is known color: Moody Blue. HEX triplet: 82, 80 and C2. RGB value is (130,128,194). Sum of RGB (Red+Green+Blue) = 130+128+194=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #8280C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280C2 is #7D7F3D. Grayscale: #878787. Windows color (decimal): -8224574 or 12746882. OLE color: 12746882.
HSL color Cylindrical-coordinate representation of color #8280C2: hue angle of 241.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8280C2 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 128 | 194 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.24 |
| HSL | 241.82º | 0.35% | 0.63% | - |
| HSV(B) | 241.82º | 0.34% | 0.76% | - |
| XYZ | 26.66 | 24.08 | 54.28 | - |
| YUV | 136.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 194 | 0.33 | 0.34 | 0 | 0.24 | 241.82 | 0.35 | 0.63 |
| Hex | 82 | 80 | C2 | 21 | 22 | 0 | 18 | F2 | 23 | 3F |
| Octal | 202 | 200 | 302 | 41 | 42 | 0 | 30 | 362 | 43 | 77 |
| Binary | 10000010 | 10000000 | 11000010 | 100001 | 100010 | 0 | 11000 | 11110010 | 100011 | 111111 |
Color Harmonies of #8280C2
Complementary color
Monochromatic Colors of #8280C2
Black with #8280C2
Text Example
Text Example
White with #8280C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280C2; }
p { color: rgb(130,128,194); }
H1.HeaderClassName
{
color: #8280C2;
}
.AnyTagClassName
{
color: #8280C2;
}
</style>
background-color css
<style>
a { background-color: #8280C2; }
a { background-color: rgb(130,128,194); }
div.DivClassName
{
background-color: #8280C2;
}
.BgClassName
{
background-color: #8280C2;
}
</style>
border-color css
<style>
span { border-color: #8280C2; }
span { border-color: rgb(130,128,194); }
td.TdClassName
{
border-color: #8280C2;
}
.TagClassName
{
border-color: #8280C2;
}
</style>