Shades of Moody Blue #8282CE
Tints of Moody Blue #8282CE
RGB
CMYK
RGB Variations
Color information
#8282CE (or 0x8282CE) is known color: Moody Blue. HEX triplet: 82, 82 and CE. RGB value is (130,130,206). Sum of RGB (Red+Green+Blue) = 130+130+206=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #8282CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282CE is #7D7D31. Grayscale: #8A8A8A. Windows color (decimal): -8224050 or 13533826. OLE color: 13533826.
HSL color Cylindrical-coordinate representation of color #8282CE: hue angle of 240º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8282CE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 130 | 206 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.19 |
| HSL | 240º | 0.44% | 0.66% | - |
| HSV(B) | 240º | 0.37% | 0.81% | - |
| XYZ | 28.33 | 25.17 | 61.76 | - |
| YUV | 138.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 206 | 0.37 | 0.37 | 0 | 0.19 | 240 | 0.44 | 0.66 |
| Hex | 82 | 82 | CE | 25 | 25 | 0 | 13 | F0 | 2C | 42 |
| Octal | 202 | 202 | 316 | 45 | 45 | 0 | 23 | 360 | 54 | 102 |
| Binary | 10000010 | 10000010 | 11001110 | 100101 | 100101 | 0 | 10011 | 11110000 | 101100 | 1000010 |
Color Harmonies of #8282CE
Complementary color
Monochromatic Colors of #8282CE
Black with #8282CE
Text Example
Text Example
White with #8282CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282CE; }
p { color: rgb(130,130,206); }
H1.HeaderClassName
{
color: #8282CE;
}
.AnyTagClassName
{
color: #8282CE;
}
</style>
background-color css
<style>
a { background-color: #8282CE; }
a { background-color: rgb(130,130,206); }
div.DivClassName
{
background-color: #8282CE;
}
.BgClassName
{
background-color: #8282CE;
}
</style>
border-color css
<style>
span { border-color: #8282CE; }
span { border-color: rgb(130,130,206); }
td.TdClassName
{
border-color: #8282CE;
}
.TagClassName
{
border-color: #8282CE;
}
</style>