Shades of Moody Blue #8574CB
Tints of Moody Blue #8574CB
RGB
CMYK
RGB Variations
Color information
#8574CB (or 0x8574CB) is known color: Moody Blue. HEX triplet: 85, 74 and CB. RGB value is (133,116,203). Sum of RGB (Red+Green+Blue) = 133+116+203=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #8574CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574CB is #7A8B34. Grayscale: #828282. Windows color (decimal): -8031029 or 13333637. OLE color: 13333637.
HSL color Cylindrical-coordinate representation of color #8574CB: hue angle of 251.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8574CB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 116 | 203 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.20 |
| HSL | 251.72º | 0.46% | 0.63% | - |
| HSV(B) | 251.72º | 0.43% | 0.8% | - |
| XYZ | 26.7 | 21.79 | 59.3 | - |
| YUV | 131 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 203 | 0.34 | 0.43 | 0 | 0.20 | 251.72 | 0.46 | 0.63 |
| Hex | 85 | 74 | CB | 22 | 2B | 0 | 14 | FC | 2E | 3F |
| Octal | 205 | 164 | 313 | 42 | 53 | 0 | 24 | 374 | 56 | 77 |
| Binary | 10000101 | 1110100 | 11001011 | 100010 | 101011 | 0 | 10100 | 11111100 | 101110 | 111111 |
Color Harmonies of #8574CB
Complementary color
Monochromatic Colors of #8574CB
Black with #8574CB
Text Example
Text Example
White with #8574CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574CB; }
p { color: rgb(133,116,203); }
H1.HeaderClassName
{
color: #8574CB;
}
.AnyTagClassName
{
color: #8574CB;
}
</style>
background-color css
<style>
a { background-color: #8574CB; }
a { background-color: rgb(133,116,203); }
div.DivClassName
{
background-color: #8574CB;
}
.BgClassName
{
background-color: #8574CB;
}
</style>
border-color css
<style>
span { border-color: #8574CB; }
span { border-color: rgb(133,116,203); }
td.TdClassName
{
border-color: #8574CB;
}
.TagClassName
{
border-color: #8574CB;
}
</style>