Shades of Moody Blue #8280DF
Tints of Moody Blue #8280DF
RGB
CMYK
RGB Variations
Color information
#8280DF (or 0x8280DF) is known color: Moody Blue. HEX triplet: 82, 80 and DF. RGB value is (130,128,223). Sum of RGB (Red+Green+Blue) = 130+128+223=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #8280DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DF is #7D7F20. Grayscale: #8B8B8B. Windows color (decimal): -8224545 or 14647426. OLE color: 14647426.
HSL color Cylindrical-coordinate representation of color #8280DF: hue angle of 241.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8280DF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 128 | 223 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.26º | 0.6% | 0.69% | - |
| HSV(B) | 241.26º | 0.43% | 0.87% | - |
| XYZ | 30.24 | 25.51 | 73.14 | - |
| YUV | 139.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 223 | 0.42 | 0.43 | 0 | 0.13 | 241.26 | 0.6 | 0.69 |
| Hex | 82 | 80 | DF | 2A | 2B | 0 | D | F1 | 3C | 45 |
| Octal | 202 | 200 | 337 | 52 | 53 | 0 | 15 | 361 | 74 | 105 |
| Binary | 10000010 | 10000000 | 11011111 | 101010 | 101011 | 0 | 1101 | 11110001 | 111100 | 1000101 |
Color Harmonies of #8280DF
Complementary color
Monochromatic Colors of #8280DF
Black with #8280DF
Text Example
Text Example
White with #8280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280DF; }
p { color: rgb(130,128,223); }
H1.HeaderClassName
{
color: #8280DF;
}
.AnyTagClassName
{
color: #8280DF;
}
</style>
background-color css
<style>
a { background-color: #8280DF; }
a { background-color: rgb(130,128,223); }
div.DivClassName
{
background-color: #8280DF;
}
.BgClassName
{
background-color: #8280DF;
}
</style>
border-color css
<style>
span { border-color: #8280DF; }
span { border-color: rgb(130,128,223); }
td.TdClassName
{
border-color: #8280DF;
}
.TagClassName
{
border-color: #8280DF;
}
</style>