Shades of Moody Blue #8280C0
Tints of Moody Blue #8280C0
RGB
CMYK
RGB Variations
Color information
#8280C0 (or 0x8280C0) is known color: Moody Blue. HEX triplet: 82, 80 and C0. RGB value is (130,128,192). Sum of RGB (Red+Green+Blue) = 130+128+192=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #8280C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280C0 is #7D7F3F. Grayscale: #878787. Windows color (decimal): -8224576 or 12615810. OLE color: 12615810.
HSL color Cylindrical-coordinate representation of color #8280C0: hue angle of 241.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8280C0 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 128 | 192 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.25 |
| HSL | 241.88º | 0.34% | 0.63% | - |
| HSV(B) | 241.88º | 0.33% | 0.75% | - |
| XYZ | 26.44 | 23.99 | 53.11 | - |
| YUV | 135.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 192 | 0.32 | 0.33 | 0 | 0.25 | 241.88 | 0.34 | 0.63 |
| Hex | 82 | 80 | C0 | 20 | 21 | 0 | 19 | F2 | 22 | 3F |
| Octal | 202 | 200 | 300 | 40 | 41 | 0 | 31 | 362 | 42 | 77 |
| Binary | 10000010 | 10000000 | 11000000 | 100000 | 100001 | 0 | 11001 | 11110010 | 100010 | 111111 |
Color Harmonies of #8280C0
Complementary color
Monochromatic Colors of #8280C0
Black with #8280C0
Text Example
Text Example
White with #8280C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280C0; }
p { color: rgb(130,128,192); }
H1.HeaderClassName
{
color: #8280C0;
}
.AnyTagClassName
{
color: #8280C0;
}
</style>
background-color css
<style>
a { background-color: #8280C0; }
a { background-color: rgb(130,128,192); }
div.DivClassName
{
background-color: #8280C0;
}
.BgClassName
{
background-color: #8280C0;
}
</style>
border-color css
<style>
span { border-color: #8280C0; }
span { border-color: rgb(130,128,192); }
td.TdClassName
{
border-color: #8280C0;
}
.TagClassName
{
border-color: #8280C0;
}
</style>