Shades of Moody Blue #8282BF
Tints of Moody Blue #8282BF
RGB
CMYK
RGB Variations
Color information
#8282BF (or 0x8282BF) is known color: Moody Blue. HEX triplet: 82, 82 and BF. RGB value is (130,130,191). Sum of RGB (Red+Green+Blue) = 130+130+191=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #8282BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282BF is #7D7D40. Grayscale: #888888. Windows color (decimal): -8224065 or 12550786. OLE color: 12550786.
HSL color Cylindrical-coordinate representation of color #8282BF: hue angle of 240º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8282BF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 130 | 191 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.25 |
| HSL | 240º | 0.32% | 0.63% | - |
| HSV(B) | 240º | 0.32% | 0.75% | - |
| XYZ | 26.59 | 24.47 | 52.61 | - |
| YUV | 136.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 191 | 0.32 | 0.32 | 0 | 0.25 | 240 | 0.32 | 0.63 |
| Hex | 82 | 82 | BF | 20 | 20 | 0 | 19 | F0 | 20 | 3F |
| Octal | 202 | 202 | 277 | 40 | 40 | 0 | 31 | 360 | 40 | 77 |
| Binary | 10000010 | 10000010 | 10111111 | 100000 | 100000 | 0 | 11001 | 11110000 | 100000 | 111111 |
Color Harmonies of #8282BF
Complementary color
Monochromatic Colors of #8282BF
Black with #8282BF
Text Example
Text Example
White with #8282BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282BF; }
p { color: rgb(130,130,191); }
H1.HeaderClassName
{
color: #8282BF;
}
.AnyTagClassName
{
color: #8282BF;
}
</style>
background-color css
<style>
a { background-color: #8282BF; }
a { background-color: rgb(130,130,191); }
div.DivClassName
{
background-color: #8282BF;
}
.BgClassName
{
background-color: #8282BF;
}
</style>
border-color css
<style>
span { border-color: #8282BF; }
span { border-color: rgb(130,130,191); }
td.TdClassName
{
border-color: #8282BF;
}
.TagClassName
{
border-color: #8282BF;
}
</style>