Shades of Moody Blue #8573BB
Tints of Moody Blue #8573BB
RGB
CMYK
RGB Variations
Color information
#8573BB (or 0x8573BB) is known color: Moody Blue. HEX triplet: 85, 73 and BB. RGB value is (133,115,187). Sum of RGB (Red+Green+Blue) = 133+115+187=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8573BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573BB is #7A8C44. Grayscale: #808080. Windows color (decimal): -8031301 or 12284805. OLE color: 12284805.
HSL color Cylindrical-coordinate representation of color #8573BB: hue angle of 255º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8573BB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 115 | 187 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.27 |
| HSL | 255º | 0.35% | 0.59% | - |
| HSV(B) | 255º | 0.39% | 0.73% | - |
| XYZ | 24.77 | 20.84 | 49.73 | - |
| YUV | 128.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 187 | 0.29 | 0.39 | 0 | 0.27 | 255 | 0.35 | 0.59 |
| Hex | 85 | 73 | BB | 1D | 27 | 0 | 1B | FF | 23 | 3B |
| Octal | 205 | 163 | 273 | 35 | 47 | 0 | 33 | 377 | 43 | 73 |
| Binary | 10000101 | 1110011 | 10111011 | 11101 | 100111 | 0 | 11011 | 11111111 | 100011 | 111011 |
Color Harmonies of #8573BB
Complementary color
Monochromatic Colors of #8573BB
Black with #8573BB
Text Example
Text Example
White with #8573BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573BB; }
p { color: rgb(133,115,187); }
H1.HeaderClassName
{
color: #8573BB;
}
.AnyTagClassName
{
color: #8573BB;
}
</style>
background-color css
<style>
a { background-color: #8573BB; }
a { background-color: rgb(133,115,187); }
div.DivClassName
{
background-color: #8573BB;
}
.BgClassName
{
background-color: #8573BB;
}
</style>
border-color css
<style>
span { border-color: #8573BB; }
span { border-color: rgb(133,115,187); }
td.TdClassName
{
border-color: #8573BB;
}
.TagClassName
{
border-color: #8573BB;
}
</style>