Shades of Moody Blue #8575BB
Tints of Moody Blue #8575BB
RGB
CMYK
RGB Variations
Color information
#8575BB (or 0x8575BB) is known color: Moody Blue. HEX triplet: 85, 75 and BB. RGB value is (133,117,187). Sum of RGB (Red+Green+Blue) = 133+117+187=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #8575BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575BB is #7A8A44. Grayscale: #818181. Windows color (decimal): -8030789 or 12285317. OLE color: 12285317.
HSL color Cylindrical-coordinate representation of color #8575BB: hue angle of 253.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8575BB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 117 | 187 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.27 |
| HSL | 253.71º | 0.34% | 0.6% | - |
| HSV(B) | 253.71º | 0.37% | 0.73% | - |
| XYZ | 25 | 21.3 | 49.81 | - |
| YUV | 129.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 187 | 0.29 | 0.37 | 0 | 0.27 | 253.71 | 0.34 | 0.6 |
| Hex | 85 | 75 | BB | 1D | 25 | 0 | 1B | FE | 22 | 3C |
| Octal | 205 | 165 | 273 | 35 | 45 | 0 | 33 | 376 | 42 | 74 |
| Binary | 10000101 | 1110101 | 10111011 | 11101 | 100101 | 0 | 11011 | 11111110 | 100010 | 111100 |
Color Harmonies of #8575BB
Complementary color
Monochromatic Colors of #8575BB
Black with #8575BB
Text Example
Text Example
White with #8575BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575BB; }
p { color: rgb(133,117,187); }
H1.HeaderClassName
{
color: #8575BB;
}
.AnyTagClassName
{
color: #8575BB;
}
</style>
background-color css
<style>
a { background-color: #8575BB; }
a { background-color: rgb(133,117,187); }
div.DivClassName
{
background-color: #8575BB;
}
.BgClassName
{
background-color: #8575BB;
}
</style>
border-color css
<style>
span { border-color: #8575BB; }
span { border-color: rgb(133,117,187); }
td.TdClassName
{
border-color: #8575BB;
}
.TagClassName
{
border-color: #8575BB;
}
</style>