Shades of Moody Blue #8575B9
Tints of Moody Blue #8575B9
RGB
CMYK
RGB Variations
Color information
#8575B9 (or 0x8575B9) is known color: Moody Blue. HEX triplet: 85, 75 and B9. RGB value is (133,117,185). Sum of RGB (Red+Green+Blue) = 133+117+185=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #8575B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575B9 is #7A8A46. Grayscale: #818181. Windows color (decimal): -8030791 or 12154245. OLE color: 12154245.
HSL color Cylindrical-coordinate representation of color #8575B9: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8575B9 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 117 | 185 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.27 |
| HSL | 254.12º | 0.33% | 0.59% | - |
| HSV(B) | 254.12º | 0.37% | 0.73% | - |
| XYZ | 24.79 | 21.21 | 48.69 | - |
| YUV | 129.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 185 | 0.28 | 0.37 | 0 | 0.27 | 254.12 | 0.33 | 0.59 |
| Hex | 85 | 75 | B9 | 1C | 25 | 0 | 1B | FE | 21 | 3B |
| Octal | 205 | 165 | 271 | 34 | 45 | 0 | 33 | 376 | 41 | 73 |
| Binary | 10000101 | 1110101 | 10111001 | 11100 | 100101 | 0 | 11011 | 11111110 | 100001 | 111011 |
Color Harmonies of #8575B9
Complementary color
Monochromatic Colors of #8575B9
Black with #8575B9
Text Example
Text Example
White with #8575B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575B9; }
p { color: rgb(133,117,185); }
H1.HeaderClassName
{
color: #8575B9;
}
.AnyTagClassName
{
color: #8575B9;
}
</style>
background-color css
<style>
a { background-color: #8575B9; }
a { background-color: rgb(133,117,185); }
div.DivClassName
{
background-color: #8575B9;
}
.BgClassName
{
background-color: #8575B9;
}
</style>
border-color css
<style>
span { border-color: #8575B9; }
span { border-color: rgb(133,117,185); }
td.TdClassName
{
border-color: #8575B9;
}
.TagClassName
{
border-color: #8575B9;
}
</style>