Shades of Moody Blue #8475C0
Tints of Moody Blue #8475C0
RGB
CMYK
RGB Variations
Color information
#8475C0 (or 0x8475C0) is known color: Moody Blue. HEX triplet: 84, 75 and C0. RGB value is (132,117,192). Sum of RGB (Red+Green+Blue) = 132+117+192=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #8475C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475C0 is #7B8A3F. Grayscale: #818181. Windows color (decimal): -8096320 or 12612996. OLE color: 12612996.
HSL color Cylindrical-coordinate representation of color #8475C0: hue angle of 252º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8475C0 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 117 | 192 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.25 |
| HSL | 252º | 0.37% | 0.61% | - |
| HSV(B) | 252º | 0.39% | 0.75% | - |
| XYZ | 25.39 | 21.43 | 52.67 | - |
| YUV | 130.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 192 | 0.31 | 0.39 | 0 | 0.25 | 252 | 0.37 | 0.61 |
| Hex | 84 | 75 | C0 | 1F | 27 | 0 | 19 | FC | 25 | 3D |
| Octal | 204 | 165 | 300 | 37 | 47 | 0 | 31 | 374 | 45 | 75 |
| Binary | 10000100 | 1110101 | 11000000 | 11111 | 100111 | 0 | 11001 | 11111100 | 100101 | 111101 |
Color Harmonies of #8475C0
Complementary color
Monochromatic Colors of #8475C0
Black with #8475C0
Text Example
Text Example
White with #8475C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475C0; }
p { color: rgb(132,117,192); }
H1.HeaderClassName
{
color: #8475C0;
}
.AnyTagClassName
{
color: #8475C0;
}
</style>
background-color css
<style>
a { background-color: #8475C0; }
a { background-color: rgb(132,117,192); }
div.DivClassName
{
background-color: #8475C0;
}
.BgClassName
{
background-color: #8475C0;
}
</style>
border-color css
<style>
span { border-color: #8475C0; }
span { border-color: rgb(132,117,192); }
td.TdClassName
{
border-color: #8475C0;
}
.TagClassName
{
border-color: #8475C0;
}
</style>