Shades of Moody Blue #8280DA
Tints of Moody Blue #8280DA
RGB
CMYK
RGB Variations
Color information
#8280DA (or 0x8280DA) is known color: Moody Blue. HEX triplet: 82, 80 and DA. RGB value is (130,128,218). Sum of RGB (Red+Green+Blue) = 130+128+218=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #8280DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DA is #7D7F25. Grayscale: #8A8A8A. Windows color (decimal): -8224550 or 14319746. OLE color: 14319746.
HSL color Cylindrical-coordinate representation of color #8280DA: hue angle of 241.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8280DA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 128 | 218 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.15 |
| HSL | 241.33º | 0.55% | 0.68% | - |
| HSV(B) | 241.33º | 0.41% | 0.85% | - |
| XYZ | 29.58 | 25.25 | 69.64 | - |
| YUV | 138.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 218 | 0.40 | 0.41 | 0 | 0.15 | 241.33 | 0.55 | 0.68 |
| Hex | 82 | 80 | DA | 28 | 29 | 0 | F | F1 | 37 | 44 |
| Octal | 202 | 200 | 332 | 50 | 51 | 0 | 17 | 361 | 67 | 104 |
| Binary | 10000010 | 10000000 | 11011010 | 101000 | 101001 | 0 | 1111 | 11110001 | 110111 | 1000100 |
Color Harmonies of #8280DA
Complementary color
Monochromatic Colors of #8280DA
Black with #8280DA
Text Example
Text Example
White with #8280DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280DA; }
p { color: rgb(130,128,218); }
H1.HeaderClassName
{
color: #8280DA;
}
.AnyTagClassName
{
color: #8280DA;
}
</style>
background-color css
<style>
a { background-color: #8280DA; }
a { background-color: rgb(130,128,218); }
div.DivClassName
{
background-color: #8280DA;
}
.BgClassName
{
background-color: #8280DA;
}
</style>
border-color css
<style>
span { border-color: #8280DA; }
span { border-color: rgb(130,128,218); }
td.TdClassName
{
border-color: #8280DA;
}
.TagClassName
{
border-color: #8280DA;
}
</style>