Shades of Moody Blue #8280DB
Tints of Moody Blue #8280DB
RGB
CMYK
RGB Variations
Color information
#8280DB (or 0x8280DB) is known color: Moody Blue. HEX triplet: 82, 80 and DB. RGB value is (130,128,219). Sum of RGB (Red+Green+Blue) = 130+128+219=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #8280DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DB is #7D7F24. Grayscale: #8A8A8A. Windows color (decimal): -8224549 or 14385282. OLE color: 14385282.
HSL color Cylindrical-coordinate representation of color #8280DB: hue angle of 241.32º degrees, saturation: 0.56, 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 #8280DB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 128 | 219 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.14 |
| HSL | 241.32º | 0.56% | 0.68% | - |
| HSV(B) | 241.32º | 0.42% | 0.86% | - |
| XYZ | 29.71 | 25.3 | 70.34 | - |
| YUV | 138.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 219 | 0.41 | 0.42 | 0 | 0.14 | 241.32 | 0.56 | 0.68 |
| Hex | 82 | 80 | DB | 29 | 2A | 0 | E | F1 | 38 | 44 |
| Octal | 202 | 200 | 333 | 51 | 52 | 0 | 16 | 361 | 70 | 104 |
| Binary | 10000010 | 10000000 | 11011011 | 101001 | 101010 | 0 | 1110 | 11110001 | 111000 | 1000100 |
Color Harmonies of #8280DB
Complementary color
Monochromatic Colors of #8280DB
Black with #8280DB
Text Example
Text Example
White with #8280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280DB; }
p { color: rgb(130,128,219); }
H1.HeaderClassName
{
color: #8280DB;
}
.AnyTagClassName
{
color: #8280DB;
}
</style>
background-color css
<style>
a { background-color: #8280DB; }
a { background-color: rgb(130,128,219); }
div.DivClassName
{
background-color: #8280DB;
}
.BgClassName
{
background-color: #8280DB;
}
</style>
border-color css
<style>
span { border-color: #8280DB; }
span { border-color: rgb(130,128,219); }
td.TdClassName
{
border-color: #8280DB;
}
.TagClassName
{
border-color: #8280DB;
}
</style>