Shades of Moody Blue #8280DC
Tints of Moody Blue #8280DC
RGB
CMYK
RGB Variations
Color information
#8280DC (or 0x8280DC) is known color: Moody Blue. HEX triplet: 82, 80 and DC. RGB value is (130,128,220). Sum of RGB (Red+Green+Blue) = 130+128+220=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8280DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DC is #7D7F23. Grayscale: #8A8A8A. Windows color (decimal): -8224548 or 14450818. OLE color: 14450818.
HSL color Cylindrical-coordinate representation of color #8280DC: hue angle of 241.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8280DC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 128 | 220 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.14 |
| HSL | 241.3º | 0.57% | 0.68% | - |
| HSV(B) | 241.3º | 0.42% | 0.86% | - |
| XYZ | 29.84 | 25.35 | 71.03 | - |
| YUV | 139.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 220 | 0.41 | 0.42 | 0 | 0.14 | 241.3 | 0.57 | 0.68 |
| Hex | 82 | 80 | DC | 29 | 2A | 0 | E | F1 | 39 | 44 |
| Octal | 202 | 200 | 334 | 51 | 52 | 0 | 16 | 361 | 71 | 104 |
| Binary | 10000010 | 10000000 | 11011100 | 101001 | 101010 | 0 | 1110 | 11110001 | 111001 | 1000100 |
Color Harmonies of #8280DC
Complementary color
Monochromatic Colors of #8280DC
Black with #8280DC
Text Example
Text Example
White with #8280DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280DC; }
p { color: rgb(130,128,220); }
H1.HeaderClassName
{
color: #8280DC;
}
.AnyTagClassName
{
color: #8280DC;
}
</style>
background-color css
<style>
a { background-color: #8280DC; }
a { background-color: rgb(130,128,220); }
div.DivClassName
{
background-color: #8280DC;
}
.BgClassName
{
background-color: #8280DC;
}
</style>
border-color css
<style>
span { border-color: #8280DC; }
span { border-color: rgb(130,128,220); }
td.TdClassName
{
border-color: #8280DC;
}
.TagClassName
{
border-color: #8280DC;
}
</style>