Shades of Moody Blue #8585BB
Tints of Moody Blue #8585BB
RGB
CMYK
RGB Variations
Color information
#8585BB (or 0x8585BB) is known color: Moody Blue. HEX triplet: 85, 85 and BB. RGB value is (133,133,187). Sum of RGB (Red+Green+Blue) = 133+133+187=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8585BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BB is #7A7A44. Grayscale: #8A8A8A. Windows color (decimal): -8026693 or 12289413. OLE color: 12289413.
HSL color Cylindrical-coordinate representation of color #8585BB: hue angle of 240º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8585BB is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 133 | 187 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.27 |
| HSL | 240º | 0.28% | 0.63% | - |
| HSV(B) | 240º | 0.29% | 0.73% | - |
| XYZ | 27.03 | 25.35 | 50.48 | - |
| YUV | 139.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 187 | 0.29 | 0.29 | 0 | 0.27 | 240 | 0.28 | 0.63 |
| Hex | 85 | 85 | BB | 1D | 1D | 0 | 1B | F0 | 1C | 3F |
| Octal | 205 | 205 | 273 | 35 | 35 | 0 | 33 | 360 | 34 | 77 |
| Binary | 10000101 | 10000101 | 10111011 | 11101 | 11101 | 0 | 11011 | 11110000 | 11100 | 111111 |
Color Harmonies of #8585BB
Complementary color
Monochromatic Colors of #8585BB
Black with #8585BB
Text Example
Text Example
White with #8585BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585BB; }
p { color: rgb(133,133,187); }
H1.HeaderClassName
{
color: #8585BB;
}
.AnyTagClassName
{
color: #8585BB;
}
</style>
background-color css
<style>
a { background-color: #8585BB; }
a { background-color: rgb(133,133,187); }
div.DivClassName
{
background-color: #8585BB;
}
.BgClassName
{
background-color: #8585BB;
}
</style>
border-color css
<style>
span { border-color: #8585BB; }
span { border-color: rgb(133,133,187); }
td.TdClassName
{
border-color: #8585BB;
}
.TagClassName
{
border-color: #8585BB;
}
</style>