Shades of Moody Blue #8574C5
Tints of Moody Blue #8574C5
RGB
CMYK
RGB Variations
Color information
#8574C5 (or 0x8574C5) is known color: Moody Blue. HEX triplet: 85, 74 and C5. RGB value is (133,116,197). Sum of RGB (Red+Green+Blue) = 133+116+197=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #8574C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574C5 is #7A8B3A. Grayscale: #828282. Windows color (decimal): -8031035 or 12940421. OLE color: 12940421.
HSL color Cylindrical-coordinate representation of color #8574C5: hue angle of 252.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8574C5 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 116 | 197 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.23 |
| HSL | 252.59º | 0.41% | 0.61% | - |
| HSV(B) | 252.59º | 0.41% | 0.77% | - |
| XYZ | 26 | 21.51 | 55.6 | - |
| YUV | 130.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 197 | 0.32 | 0.41 | 0 | 0.23 | 252.59 | 0.41 | 0.61 |
| Hex | 85 | 74 | C5 | 20 | 29 | 0 | 17 | FD | 29 | 3D |
| Octal | 205 | 164 | 305 | 40 | 51 | 0 | 27 | 375 | 51 | 75 |
| Binary | 10000101 | 1110100 | 11000101 | 100000 | 101001 | 0 | 10111 | 11111101 | 101001 | 111101 |
Color Harmonies of #8574C5
Complementary color
Monochromatic Colors of #8574C5
Black with #8574C5
Text Example
Text Example
White with #8574C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574C5; }
p { color: rgb(133,116,197); }
H1.HeaderClassName
{
color: #8574C5;
}
.AnyTagClassName
{
color: #8574C5;
}
</style>
background-color css
<style>
a { background-color: #8574C5; }
a { background-color: rgb(133,116,197); }
div.DivClassName
{
background-color: #8574C5;
}
.BgClassName
{
background-color: #8574C5;
}
</style>
border-color css
<style>
span { border-color: #8574C5; }
span { border-color: rgb(133,116,197); }
td.TdClassName
{
border-color: #8574C5;
}
.TagClassName
{
border-color: #8574C5;
}
</style>