Shades of Moody Blue #8585BD
Tints of Moody Blue #8585BD
RGB
CMYK
RGB Variations
Color information
#8585BD (or 0x8585BD) is known color: Moody Blue. HEX triplet: 85, 85 and BD. RGB value is (133,133,189). Sum of RGB (Red+Green+Blue) = 133+133+189=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8585BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BD is #7A7A42. Grayscale: #8B8B8B. Windows color (decimal): -8026691 or 12420485. OLE color: 12420485.
HSL color Cylindrical-coordinate representation of color #8585BD: hue angle of 240º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8585BD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 133 | 189 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.26 |
| HSL | 240º | 0.3% | 0.63% | - |
| HSV(B) | 240º | 0.3% | 0.74% | - |
| XYZ | 27.25 | 25.44 | 51.62 | - |
| YUV | 139.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 189 | 0.30 | 0.30 | 0 | 0.26 | 240 | 0.3 | 0.63 |
| Hex | 85 | 85 | BD | 1E | 1E | 0 | 1A | F0 | 1E | 3F |
| Octal | 205 | 205 | 275 | 36 | 36 | 0 | 32 | 360 | 36 | 77 |
| Binary | 10000101 | 10000101 | 10111101 | 11110 | 11110 | 0 | 11010 | 11110000 | 11110 | 111111 |
Color Harmonies of #8585BD
Complementary color
Monochromatic Colors of #8585BD
Black with #8585BD
Text Example
Text Example
White with #8585BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585BD; }
p { color: rgb(133,133,189); }
H1.HeaderClassName
{
color: #8585BD;
}
.AnyTagClassName
{
color: #8585BD;
}
</style>
background-color css
<style>
a { background-color: #8585BD; }
a { background-color: rgb(133,133,189); }
div.DivClassName
{
background-color: #8585BD;
}
.BgClassName
{
background-color: #8585BD;
}
</style>
border-color css
<style>
span { border-color: #8585BD; }
span { border-color: rgb(133,133,189); }
td.TdClassName
{
border-color: #8585BD;
}
.TagClassName
{
border-color: #8585BD;
}
</style>