Shades of Moody Blue #8473D0
Tints of Moody Blue #8473D0
RGB
CMYK
RGB Variations
Color information
#8473D0 (or 0x8473D0) is known color: Moody Blue. HEX triplet: 84, 73 and D0. RGB value is (132,115,208). Sum of RGB (Red+Green+Blue) = 132+115+208=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #8473D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473D0 is #7B8C2F. Grayscale: #828282. Windows color (decimal): -8096816 or 13661060. OLE color: 13661060.
HSL color Cylindrical-coordinate representation of color #8473D0: hue angle of 250.97º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8473D0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 115 | 208 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.18 |
| HSL | 250.97º | 0.5% | 0.63% | - |
| HSV(B) | 250.97º | 0.45% | 0.82% | - |
| XYZ | 27.03 | 21.72 | 62.44 | - |
| YUV | 130.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 208 | 0.37 | 0.45 | 0 | 0.18 | 250.97 | 0.5 | 0.63 |
| Hex | 84 | 73 | D0 | 25 | 2D | 0 | 12 | FB | 32 | 3F |
| Octal | 204 | 163 | 320 | 45 | 55 | 0 | 22 | 373 | 62 | 77 |
| Binary | 10000100 | 1110011 | 11010000 | 100101 | 101101 | 0 | 10010 | 11111011 | 110010 | 111111 |
Color Harmonies of #8473D0
Complementary color
Monochromatic Colors of #8473D0
Black with #8473D0
Text Example
Text Example
White with #8473D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473D0; }
p { color: rgb(132,115,208); }
H1.HeaderClassName
{
color: #8473D0;
}
.AnyTagClassName
{
color: #8473D0;
}
</style>
background-color css
<style>
a { background-color: #8473D0; }
a { background-color: rgb(132,115,208); }
div.DivClassName
{
background-color: #8473D0;
}
.BgClassName
{
background-color: #8473D0;
}
</style>
border-color css
<style>
span { border-color: #8473D0; }
span { border-color: rgb(132,115,208); }
td.TdClassName
{
border-color: #8473D0;
}
.TagClassName
{
border-color: #8473D0;
}
</style>