Shades of Moody Blue #8280C1
Tints of Moody Blue #8280C1
RGB
CMYK
RGB Variations
Color information
#8280C1 (or 0x8280C1) is known color: Moody Blue. HEX triplet: 82, 80 and C1. RGB value is (130,128,193). Sum of RGB (Red+Green+Blue) = 130+128+193=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #8280C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280C1 is #7D7F3E. Grayscale: #878787. Windows color (decimal): -8224575 or 12681346. OLE color: 12681346.
HSL color Cylindrical-coordinate representation of color #8280C1: hue angle of 241.85º degrees, saturation: 0.34, 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 #8280C1 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 128 | 193 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.24 |
| HSL | 241.85º | 0.34% | 0.63% | - |
| HSV(B) | 241.85º | 0.34% | 0.76% | - |
| XYZ | 26.55 | 24.03 | 53.69 | - |
| YUV | 136.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 193 | 0.33 | 0.34 | 0 | 0.24 | 241.85 | 0.34 | 0.63 |
| Hex | 82 | 80 | C1 | 21 | 22 | 0 | 18 | F2 | 22 | 3F |
| Octal | 202 | 200 | 301 | 41 | 42 | 0 | 30 | 362 | 42 | 77 |
| Binary | 10000010 | 10000000 | 11000001 | 100001 | 100010 | 0 | 11000 | 11110010 | 100010 | 111111 |
Color Harmonies of #8280C1
Complementary color
Monochromatic Colors of #8280C1
Black with #8280C1
Text Example
Text Example
White with #8280C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280C1; }
p { color: rgb(130,128,193); }
H1.HeaderClassName
{
color: #8280C1;
}
.AnyTagClassName
{
color: #8280C1;
}
</style>
background-color css
<style>
a { background-color: #8280C1; }
a { background-color: rgb(130,128,193); }
div.DivClassName
{
background-color: #8280C1;
}
.BgClassName
{
background-color: #8280C1;
}
</style>
border-color css
<style>
span { border-color: #8280C1; }
span { border-color: rgb(130,128,193); }
td.TdClassName
{
border-color: #8280C1;
}
.TagClassName
{
border-color: #8280C1;
}
</style>