Shades of Moody Blue #8473D6
Tints of Moody Blue #8473D6
RGB
CMYK
RGB Variations
Color information
#8473D6 (or 0x8473D6) is known color: Moody Blue. HEX triplet: 84, 73 and D6. RGB value is (132,115,214). Sum of RGB (Red+Green+Blue) = 132+115+214=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #8473D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473D6 is #7B8C29. Grayscale: #828282. Windows color (decimal): -8096810 or 14054276. OLE color: 14054276.
HSL color Cylindrical-coordinate representation of color #8473D6: hue angle of 250.3º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8473D6 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 115 | 214 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.16 |
| HSL | 250.3º | 0.55% | 0.65% | - |
| HSV(B) | 250.3º | 0.46% | 0.84% | - |
| XYZ | 27.78 | 22.02 | 66.4 | - |
| YUV | 131.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 214 | 0.38 | 0.46 | 0 | 0.16 | 250.3 | 0.55 | 0.65 |
| Hex | 84 | 73 | D6 | 26 | 2E | 0 | 10 | FA | 37 | 41 |
| Octal | 204 | 163 | 326 | 46 | 56 | 0 | 20 | 372 | 67 | 101 |
| Binary | 10000100 | 1110011 | 11010110 | 100110 | 101110 | 0 | 10000 | 11111010 | 110111 | 1000001 |
Color Harmonies of #8473D6
Complementary color
Monochromatic Colors of #8473D6
Black with #8473D6
Text Example
Text Example
White with #8473D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473D6; }
p { color: rgb(132,115,214); }
H1.HeaderClassName
{
color: #8473D6;
}
.AnyTagClassName
{
color: #8473D6;
}
</style>
background-color css
<style>
a { background-color: #8473D6; }
a { background-color: rgb(132,115,214); }
div.DivClassName
{
background-color: #8473D6;
}
.BgClassName
{
background-color: #8473D6;
}
</style>
border-color css
<style>
span { border-color: #8473D6; }
span { border-color: rgb(132,115,214); }
td.TdClassName
{
border-color: #8473D6;
}
.TagClassName
{
border-color: #8473D6;
}
</style>