Shades of Moody Blue #8573C1
Tints of Moody Blue #8573C1
RGB
CMYK
RGB Variations
Color information
#8573C1 (or 0x8573C1) is known color: Moody Blue. HEX triplet: 85, 73 and C1. RGB value is (133,115,193). Sum of RGB (Red+Green+Blue) = 133+115+193=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #8573C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573C1 is #7A8C3E. Grayscale: #808080. Windows color (decimal): -8031295 or 12678021. OLE color: 12678021.
HSL color Cylindrical-coordinate representation of color #8573C1: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8573C1 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 115 | 193 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.24 |
| HSL | 253.85º | 0.39% | 0.6% | - |
| HSV(B) | 253.85º | 0.4% | 0.76% | - |
| XYZ | 25.43 | 21.1 | 53.18 | - |
| YUV | 129.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 193 | 0.31 | 0.40 | 0 | 0.24 | 253.85 | 0.39 | 0.6 |
| Hex | 85 | 73 | C1 | 1F | 28 | 0 | 18 | FE | 27 | 3C |
| Octal | 205 | 163 | 301 | 37 | 50 | 0 | 30 | 376 | 47 | 74 |
| Binary | 10000101 | 1110011 | 11000001 | 11111 | 101000 | 0 | 11000 | 11111110 | 100111 | 111100 |
Color Harmonies of #8573C1
Complementary color
Monochromatic Colors of #8573C1
Black with #8573C1
Text Example
Text Example
White with #8573C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573C1; }
p { color: rgb(133,115,193); }
H1.HeaderClassName
{
color: #8573C1;
}
.AnyTagClassName
{
color: #8573C1;
}
</style>
background-color css
<style>
a { background-color: #8573C1; }
a { background-color: rgb(133,115,193); }
div.DivClassName
{
background-color: #8573C1;
}
.BgClassName
{
background-color: #8573C1;
}
</style>
border-color css
<style>
span { border-color: #8573C1; }
span { border-color: rgb(133,115,193); }
td.TdClassName
{
border-color: #8573C1;
}
.TagClassName
{
border-color: #8573C1;
}
</style>