Shades of Moody Blue #8282DA
Tints of Moody Blue #8282DA
RGB
CMYK
RGB Variations
Color information
#8282DA (or 0x8282DA) is known color: Moody Blue. HEX triplet: 82, 82 and DA. RGB value is (130,130,218). Sum of RGB (Red+Green+Blue) = 130+130+218=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #8282DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282DA is #7D7D25. Grayscale: #8B8B8B. Windows color (decimal): -8224038 or 14320258. OLE color: 14320258.
HSL color Cylindrical-coordinate representation of color #8282DA: hue angle of 240º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8282DA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 130 | 218 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.15 |
| HSL | 240º | 0.54% | 0.68% | - |
| HSV(B) | 240º | 0.4% | 0.85% | - |
| XYZ | 29.84 | 25.77 | 69.73 | - |
| YUV | 140.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 218 | 0.40 | 0.40 | 0 | 0.15 | 240 | 0.54 | 0.68 |
| Hex | 82 | 82 | DA | 28 | 28 | 0 | F | F0 | 36 | 44 |
| Octal | 202 | 202 | 332 | 50 | 50 | 0 | 17 | 360 | 66 | 104 |
| Binary | 10000010 | 10000010 | 11011010 | 101000 | 101000 | 0 | 1111 | 11110000 | 110110 | 1000100 |
Color Harmonies of #8282DA
Complementary color
Monochromatic Colors of #8282DA
Black with #8282DA
Text Example
Text Example
White with #8282DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282DA; }
p { color: rgb(130,130,218); }
H1.HeaderClassName
{
color: #8282DA;
}
.AnyTagClassName
{
color: #8282DA;
}
</style>
background-color css
<style>
a { background-color: #8282DA; }
a { background-color: rgb(130,130,218); }
div.DivClassName
{
background-color: #8282DA;
}
.BgClassName
{
background-color: #8282DA;
}
</style>
border-color css
<style>
span { border-color: #8282DA; }
span { border-color: rgb(130,130,218); }
td.TdClassName
{
border-color: #8282DA;
}
.TagClassName
{
border-color: #8282DA;
}
</style>