Shades of Moody Blue #8482CC
Tints of Moody Blue #8482CC
RGB
CMYK
RGB Variations
Color information
#8482CC (or 0x8482CC) is known color: Moody Blue. HEX triplet: 84, 82 and CC. RGB value is (132,130,204). Sum of RGB (Red+Green+Blue) = 132+130+204=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #8482CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482CC is #7B7D33. Grayscale: #8A8A8A. Windows color (decimal): -8092980 or 13402756. OLE color: 13402756.
HSL color Cylindrical-coordinate representation of color #8482CC: hue angle of 241.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8482CC is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 130 | 204 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.2 |
| HSL | 241.62º | 0.42% | 0.65% | - |
| HSV(B) | 241.62º | 0.36% | 0.8% | - |
| XYZ | 28.4 | 25.23 | 60.5 | - |
| YUV | 139.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 204 | 0.35 | 0.36 | 0 | 0.2 | 241.62 | 0.42 | 0.65 |
| Hex | 84 | 82 | CC | 23 | 24 | 0 | 14 | F2 | 2A | 41 |
| Octal | 204 | 202 | 314 | 43 | 44 | 0 | 24 | 362 | 52 | 101 |
| Binary | 10000100 | 10000010 | 11001100 | 100011 | 100100 | 0 | 10100 | 11110010 | 101010 | 1000001 |
Color Harmonies of #8482CC
Complementary color
Monochromatic Colors of #8482CC
Black with #8482CC
Text Example
Text Example
White with #8482CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482CC; }
p { color: rgb(132,130,204); }
H1.HeaderClassName
{
color: #8482CC;
}
.AnyTagClassName
{
color: #8482CC;
}
</style>
background-color css
<style>
a { background-color: #8482CC; }
a { background-color: rgb(132,130,204); }
div.DivClassName
{
background-color: #8482CC;
}
.BgClassName
{
background-color: #8482CC;
}
</style>
border-color css
<style>
span { border-color: #8482CC; }
span { border-color: rgb(132,130,204); }
td.TdClassName
{
border-color: #8482CC;
}
.TagClassName
{
border-color: #8482CC;
}
</style>