Shades of Moody Blue #8482CF
Tints of Moody Blue #8482CF
RGB
CMYK
RGB Variations
Color information
#8482CF (or 0x8482CF) is known color: Moody Blue. HEX triplet: 84, 82 and CF. RGB value is (132,130,207). Sum of RGB (Red+Green+Blue) = 132+130+207=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #8482CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482CF is #7B7D30. Grayscale: #8B8B8B. Windows color (decimal): -8092977 or 13599364. OLE color: 13599364.
HSL color Cylindrical-coordinate representation of color #8482CF: hue angle of 241.56º degrees, saturation: 0.45, 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 #8482CF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 130 | 207 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.19 |
| HSL | 241.56º | 0.45% | 0.66% | - |
| HSV(B) | 241.56º | 0.37% | 0.81% | - |
| XYZ | 28.76 | 25.38 | 62.41 | - |
| YUV | 139.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 207 | 0.36 | 0.37 | 0 | 0.19 | 241.56 | 0.45 | 0.66 |
| Hex | 84 | 82 | CF | 24 | 25 | 0 | 13 | F2 | 2D | 42 |
| Octal | 204 | 202 | 317 | 44 | 45 | 0 | 23 | 362 | 55 | 102 |
| Binary | 10000100 | 10000010 | 11001111 | 100100 | 100101 | 0 | 10011 | 11110010 | 101101 | 1000010 |
Color Harmonies of #8482CF
Complementary color
Monochromatic Colors of #8482CF
Black with #8482CF
Text Example
Text Example
White with #8482CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482CF; }
p { color: rgb(132,130,207); }
H1.HeaderClassName
{
color: #8482CF;
}
.AnyTagClassName
{
color: #8482CF;
}
</style>
background-color css
<style>
a { background-color: #8482CF; }
a { background-color: rgb(132,130,207); }
div.DivClassName
{
background-color: #8482CF;
}
.BgClassName
{
background-color: #8482CF;
}
</style>
border-color css
<style>
span { border-color: #8482CF; }
span { border-color: rgb(132,130,207); }
td.TdClassName
{
border-color: #8482CF;
}
.TagClassName
{
border-color: #8482CF;
}
</style>