Shades of Moody Blue #8573BF
Tints of Moody Blue #8573BF
RGB
CMYK
RGB Variations
Color information
#8573BF (or 0x8573BF) is known color: Moody Blue. HEX triplet: 85, 73 and BF. RGB value is (133,115,191). Sum of RGB (Red+Green+Blue) = 133+115+191=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #8573BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573BF is #7A8C40. Grayscale: #808080. Windows color (decimal): -8031297 or 12546949. OLE color: 12546949.
HSL color Cylindrical-coordinate representation of color #8573BF: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8573BF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 115 | 191 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.25 |
| HSL | 254.21º | 0.37% | 0.6% | - |
| HSV(B) | 254.21º | 0.4% | 0.75% | - |
| XYZ | 25.21 | 21.01 | 52.02 | - |
| YUV | 129.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 191 | 0.30 | 0.40 | 0 | 0.25 | 254.21 | 0.37 | 0.6 |
| Hex | 85 | 73 | BF | 1E | 28 | 0 | 19 | FE | 25 | 3C |
| Octal | 205 | 163 | 277 | 36 | 50 | 0 | 31 | 376 | 45 | 74 |
| Binary | 10000101 | 1110011 | 10111111 | 11110 | 101000 | 0 | 11001 | 11111110 | 100101 | 111100 |
Color Harmonies of #8573BF
Complementary color
Monochromatic Colors of #8573BF
Black with #8573BF
Text Example
Text Example
White with #8573BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573BF; }
p { color: rgb(133,115,191); }
H1.HeaderClassName
{
color: #8573BF;
}
.AnyTagClassName
{
color: #8573BF;
}
</style>
background-color css
<style>
a { background-color: #8573BF; }
a { background-color: rgb(133,115,191); }
div.DivClassName
{
background-color: #8573BF;
}
.BgClassName
{
background-color: #8573BF;
}
</style>
border-color css
<style>
span { border-color: #8573BF; }
span { border-color: rgb(133,115,191); }
td.TdClassName
{
border-color: #8573BF;
}
.TagClassName
{
border-color: #8573BF;
}
</style>