Shades of Moody Blue #8280B5
Tints of Moody Blue #8280B5
RGB
CMYK
RGB Variations
Color information
#8280B5 (or 0x8280B5) is known color: Moody Blue. HEX triplet: 82, 80 and B5. RGB value is (130,128,181). Sum of RGB (Red+Green+Blue) = 130+128+181=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #8280B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280B5 is #7D7F4A. Grayscale: #868686. Windows color (decimal): -8224587 or 11894914. OLE color: 11894914.
HSL color Cylindrical-coordinate representation of color #8280B5: hue angle of 242.26º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8280B5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 128 | 181 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.29 |
| HSL | 242.26º | 0.26% | 0.61% | - |
| HSV(B) | 242.26º | 0.29% | 0.71% | - |
| XYZ | 25.27 | 23.52 | 46.92 | - |
| YUV | 134.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 181 | 0.28 | 0.29 | 0 | 0.29 | 242.26 | 0.26 | 0.61 |
| Hex | 82 | 80 | B5 | 1C | 1D | 0 | 1D | F2 | 1A | 3D |
| Octal | 202 | 200 | 265 | 34 | 35 | 0 | 35 | 362 | 32 | 75 |
| Binary | 10000010 | 10000000 | 10110101 | 11100 | 11101 | 0 | 11101 | 11110010 | 11010 | 111101 |
Color Harmonies of #8280B5
Complementary color
Monochromatic Colors of #8280B5
Black with #8280B5
Text Example
Text Example
White with #8280B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280B5; }
p { color: rgb(130,128,181); }
H1.HeaderClassName
{
color: #8280B5;
}
.AnyTagClassName
{
color: #8280B5;
}
</style>
background-color css
<style>
a { background-color: #8280B5; }
a { background-color: rgb(130,128,181); }
div.DivClassName
{
background-color: #8280B5;
}
.BgClassName
{
background-color: #8280B5;
}
</style>
border-color css
<style>
span { border-color: #8280B5; }
span { border-color: rgb(130,128,181); }
td.TdClassName
{
border-color: #8280B5;
}
.TagClassName
{
border-color: #8280B5;
}
</style>