Shades of Moody Blue #8372D0
Tints of Moody Blue #8372D0
RGB
CMYK
RGB Variations
Color information
#8372D0 (or 0x8372D0) is known color: Moody Blue. HEX triplet: 83, 72 and D0. RGB value is (131,114,208). Sum of RGB (Red+Green+Blue) = 131+114+208=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #8372D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372D0 is #7C8D2F. Grayscale: #818181. Windows color (decimal): -8162608 or 13660803. OLE color: 13660803.
HSL color Cylindrical-coordinate representation of color #8372D0: hue angle of 250.85º 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 #8372D0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 114 | 208 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.18 |
| HSL | 250.85º | 0.5% | 0.63% | - |
| HSV(B) | 250.85º | 0.45% | 0.82% | - |
| XYZ | 26.76 | 21.41 | 62.4 | - |
| YUV | 129.8 | 172.13 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 208 | 0.37 | 0.45 | 0 | 0.18 | 250.85 | 0.5 | 0.63 |
| Hex | 83 | 72 | D0 | 25 | 2D | 0 | 12 | FB | 32 | 3F |
| Octal | 203 | 162 | 320 | 45 | 55 | 0 | 22 | 373 | 62 | 77 |
| Binary | 10000011 | 1110010 | 11010000 | 100101 | 101101 | 0 | 10010 | 11111011 | 110010 | 111111 |
Color Harmonies of #8372D0
Complementary color
Monochromatic Colors of #8372D0
Black with #8372D0
Text Example
Text Example
White with #8372D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372D0; }
p { color: rgb(131,114,208); }
H1.HeaderClassName
{
color: #8372D0;
}
.AnyTagClassName
{
color: #8372D0;
}
</style>
background-color css
<style>
a { background-color: #8372D0; }
a { background-color: rgb(131,114,208); }
div.DivClassName
{
background-color: #8372D0;
}
.BgClassName
{
background-color: #8372D0;
}
</style>
border-color css
<style>
span { border-color: #8372D0; }
span { border-color: rgb(131,114,208); }
td.TdClassName
{
border-color: #8372D0;
}
.TagClassName
{
border-color: #8372D0;
}
</style>