Shades of Moody Blue #8280BF
Tints of Moody Blue #8280BF
RGB
CMYK
RGB Variations
Color information
#8280BF (or 0x8280BF) is known color: Moody Blue. HEX triplet: 82, 80 and BF. RGB value is (130,128,191). Sum of RGB (Red+Green+Blue) = 130+128+191=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8280BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280BF is #7D7F40. Grayscale: #878787. Windows color (decimal): -8224577 or 12550274. OLE color: 12550274.
HSL color Cylindrical-coordinate representation of color #8280BF: hue angle of 241.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8280BF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 128 | 191 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.25 |
| HSL | 241.9º | 0.33% | 0.63% | - |
| HSV(B) | 241.9º | 0.33% | 0.75% | - |
| XYZ | 26.33 | 23.95 | 52.52 | - |
| YUV | 135.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 191 | 0.32 | 0.33 | 0 | 0.25 | 241.9 | 0.33 | 0.63 |
| Hex | 82 | 80 | BF | 20 | 21 | 0 | 19 | F2 | 21 | 3F |
| Octal | 202 | 200 | 277 | 40 | 41 | 0 | 31 | 362 | 41 | 77 |
| Binary | 10000010 | 10000000 | 10111111 | 100000 | 100001 | 0 | 11001 | 11110010 | 100001 | 111111 |
Color Harmonies of #8280BF
Complementary color
Monochromatic Colors of #8280BF
Black with #8280BF
Text Example
Text Example
White with #8280BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280BF; }
p { color: rgb(130,128,191); }
H1.HeaderClassName
{
color: #8280BF;
}
.AnyTagClassName
{
color: #8280BF;
}
</style>
background-color css
<style>
a { background-color: #8280BF; }
a { background-color: rgb(130,128,191); }
div.DivClassName
{
background-color: #8280BF;
}
.BgClassName
{
background-color: #8280BF;
}
</style>
border-color css
<style>
span { border-color: #8280BF; }
span { border-color: rgb(130,128,191); }
td.TdClassName
{
border-color: #8280BF;
}
.TagClassName
{
border-color: #8280BF;
}
</style>