Shades of Moody Blue #8482CA
Tints of Moody Blue #8482CA
RGB
CMYK
RGB Variations
Color information
#8482CA (or 0x8482CA) is known color: Moody Blue. HEX triplet: 84, 82 and CA. RGB value is (132,130,202). Sum of RGB (Red+Green+Blue) = 132+130+202=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8482CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482CA is #7B7D35. Grayscale: #8A8A8A. Windows color (decimal): -8092982 or 13271684. OLE color: 13271684.
HSL color Cylindrical-coordinate representation of color #8482CA: hue angle of 241.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8482CA is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 130 | 202 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.21 |
| HSL | 241.67º | 0.4% | 0.65% | - |
| HSV(B) | 241.67º | 0.36% | 0.79% | - |
| XYZ | 28.16 | 25.14 | 59.24 | - |
| YUV | 138.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 202 | 0.35 | 0.36 | 0 | 0.21 | 241.67 | 0.4 | 0.65 |
| Hex | 84 | 82 | CA | 23 | 24 | 0 | 15 | F2 | 28 | 41 |
| Octal | 204 | 202 | 312 | 43 | 44 | 0 | 25 | 362 | 50 | 101 |
| Binary | 10000100 | 10000010 | 11001010 | 100011 | 100100 | 0 | 10101 | 11110010 | 101000 | 1000001 |
Color Harmonies of #8482CA
Complementary color
Monochromatic Colors of #8482CA
Black with #8482CA
Text Example
Text Example
White with #8482CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482CA; }
p { color: rgb(132,130,202); }
H1.HeaderClassName
{
color: #8482CA;
}
.AnyTagClassName
{
color: #8482CA;
}
</style>
background-color css
<style>
a { background-color: #8482CA; }
a { background-color: rgb(132,130,202); }
div.DivClassName
{
background-color: #8482CA;
}
.BgClassName
{
background-color: #8482CA;
}
</style>
border-color css
<style>
span { border-color: #8482CA; }
span { border-color: rgb(132,130,202); }
td.TdClassName
{
border-color: #8482CA;
}
.TagClassName
{
border-color: #8482CA;
}
</style>