Shades of Moody Blue #8482CE
Tints of Moody Blue #8482CE
RGB
CMYK
RGB Variations
Color information
#8482CE (or 0x8482CE) is known color: Moody Blue. HEX triplet: 84, 82 and CE. RGB value is (132,130,206). Sum of RGB (Red+Green+Blue) = 132+130+206=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #8482CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482CE is #7B7D31. Grayscale: #8A8A8A. Windows color (decimal): -8092978 or 13533828. OLE color: 13533828.
HSL color Cylindrical-coordinate representation of color #8482CE: hue angle of 241.58º 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 #8482CE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 130 | 206 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.19 |
| HSL | 241.58º | 0.44% | 0.66% | - |
| HSV(B) | 241.58º | 0.37% | 0.81% | - |
| XYZ | 28.64 | 25.33 | 61.77 | - |
| YUV | 139.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 206 | 0.36 | 0.37 | 0 | 0.19 | 241.58 | 0.44 | 0.66 |
| Hex | 84 | 82 | CE | 24 | 25 | 0 | 13 | F2 | 2C | 42 |
| Octal | 204 | 202 | 316 | 44 | 45 | 0 | 23 | 362 | 54 | 102 |
| Binary | 10000100 | 10000010 | 11001110 | 100100 | 100101 | 0 | 10011 | 11110010 | 101100 | 1000010 |
Color Harmonies of #8482CE
Complementary color
Monochromatic Colors of #8482CE
Black with #8482CE
Text Example
Text Example
White with #8482CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482CE; }
p { color: rgb(132,130,206); }
H1.HeaderClassName
{
color: #8482CE;
}
.AnyTagClassName
{
color: #8482CE;
}
</style>
background-color css
<style>
a { background-color: #8482CE; }
a { background-color: rgb(132,130,206); }
div.DivClassName
{
background-color: #8482CE;
}
.BgClassName
{
background-color: #8482CE;
}
</style>
border-color css
<style>
span { border-color: #8482CE; }
span { border-color: rgb(132,130,206); }
td.TdClassName
{
border-color: #8482CE;
}
.TagClassName
{
border-color: #8482CE;
}
</style>