Shades of Moody Blue #8282BD
Tints of Moody Blue #8282BD
RGB
CMYK
RGB Variations
Color information
#8282BD (or 0x8282BD) is known color: Moody Blue. HEX triplet: 82, 82 and BD. RGB value is (130,130,189). Sum of RGB (Red+Green+Blue) = 130+130+189=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #8282BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282BD is #7D7D42. Grayscale: #888888. Windows color (decimal): -8224067 or 12419714. OLE color: 12419714.
HSL color Cylindrical-coordinate representation of color #8282BD: hue angle of 240º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8282BD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 130 | 189 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.26 |
| HSL | 240º | 0.31% | 0.63% | - |
| HSV(B) | 240º | 0.31% | 0.74% | - |
| XYZ | 26.37 | 24.39 | 51.46 | - |
| YUV | 136.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 189 | 0.31 | 0.31 | 0 | 0.26 | 240 | 0.31 | 0.63 |
| Hex | 82 | 82 | BD | 1F | 1F | 0 | 1A | F0 | 1F | 3F |
| Octal | 202 | 202 | 275 | 37 | 37 | 0 | 32 | 360 | 37 | 77 |
| Binary | 10000010 | 10000010 | 10111101 | 11111 | 11111 | 0 | 11010 | 11110000 | 11111 | 111111 |
Color Harmonies of #8282BD
Complementary color
Monochromatic Colors of #8282BD
Black with #8282BD
Text Example
Text Example
White with #8282BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282BD; }
p { color: rgb(130,130,189); }
H1.HeaderClassName
{
color: #8282BD;
}
.AnyTagClassName
{
color: #8282BD;
}
</style>
background-color css
<style>
a { background-color: #8282BD; }
a { background-color: rgb(130,130,189); }
div.DivClassName
{
background-color: #8282BD;
}
.BgClassName
{
background-color: #8282BD;
}
</style>
border-color css
<style>
span { border-color: #8282BD; }
span { border-color: rgb(130,130,189); }
td.TdClassName
{
border-color: #8282BD;
}
.TagClassName
{
border-color: #8282BD;
}
</style>