Shades of Moody Blue #8574BD
Tints of Moody Blue #8574BD
RGB
CMYK
RGB Variations
Color information
#8574BD (or 0x8574BD) is known color: Moody Blue. HEX triplet: 85, 74 and BD. RGB value is (133,116,189). Sum of RGB (Red+Green+Blue) = 133+116+189=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8574BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BD is #7A8B42. Grayscale: #818181. Windows color (decimal): -8031043 or 12416133. OLE color: 12416133.
HSL color Cylindrical-coordinate representation of color #8574BD: hue angle of 253.97º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8574BD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 116 | 189 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.26 |
| HSL | 253.97º | 0.36% | 0.6% | - |
| HSV(B) | 253.97º | 0.39% | 0.74% | - |
| XYZ | 25.1 | 21.15 | 50.9 | - |
| YUV | 129.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 189 | 0.30 | 0.39 | 0 | 0.26 | 253.97 | 0.36 | 0.6 |
| Hex | 85 | 74 | BD | 1E | 27 | 0 | 1A | FE | 24 | 3C |
| Octal | 205 | 164 | 275 | 36 | 47 | 0 | 32 | 376 | 44 | 74 |
| Binary | 10000101 | 1110100 | 10111101 | 11110 | 100111 | 0 | 11010 | 11111110 | 100100 | 111100 |
Color Harmonies of #8574BD
Complementary color
Monochromatic Colors of #8574BD
Black with #8574BD
Text Example
Text Example
White with #8574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574BD; }
p { color: rgb(133,116,189); }
H1.HeaderClassName
{
color: #8574BD;
}
.AnyTagClassName
{
color: #8574BD;
}
</style>
background-color css
<style>
a { background-color: #8574BD; }
a { background-color: rgb(133,116,189); }
div.DivClassName
{
background-color: #8574BD;
}
.BgClassName
{
background-color: #8574BD;
}
</style>
border-color css
<style>
span { border-color: #8574BD; }
span { border-color: rgb(133,116,189); }
td.TdClassName
{
border-color: #8574BD;
}
.TagClassName
{
border-color: #8574BD;
}
</style>