Shades of Moody Blue #8785B5
Tints of Moody Blue #8785B5
RGB
CMYK
RGB Variations
Color information
#8785B5 (or 0x8785B5) is known color: Moody Blue. HEX triplet: 87, 85 and B5. RGB value is (135,133,181). Sum of RGB (Red+Green+Blue) = 135+133+181=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #8785B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785B5 is #787A4A. Grayscale: #8A8A8A. Windows color (decimal): -7895627 or 11896199. OLE color: 11896199.
HSL color Cylindrical-coordinate representation of color #8785B5: hue angle of 242.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8785B5 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 133 | 181 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.29 |
| HSL | 242.5º | 0.24% | 0.62% | - |
| HSV(B) | 242.5º | 0.27% | 0.71% | - |
| XYZ | 26.72 | 25.26 | 47.18 | - |
| YUV | 139.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 181 | 0.25 | 0.27 | 0 | 0.29 | 242.5 | 0.24 | 0.62 |
| Hex | 87 | 85 | B5 | 19 | 1B | 0 | 1D | F2 | 18 | 3E |
| Octal | 207 | 205 | 265 | 31 | 33 | 0 | 35 | 362 | 30 | 76 |
| Binary | 10000111 | 10000101 | 10110101 | 11001 | 11011 | 0 | 11101 | 11110010 | 11000 | 111110 |
Color Harmonies of #8785B5
Complementary color
Monochromatic Colors of #8785B5
Black with #8785B5
Text Example
Text Example
White with #8785B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785B5; }
p { color: rgb(135,133,181); }
H1.HeaderClassName
{
color: #8785B5;
}
.AnyTagClassName
{
color: #8785B5;
}
</style>
background-color css
<style>
a { background-color: #8785B5; }
a { background-color: rgb(135,133,181); }
div.DivClassName
{
background-color: #8785B5;
}
.BgClassName
{
background-color: #8785B5;
}
</style>
border-color css
<style>
span { border-color: #8785B5; }
span { border-color: rgb(135,133,181); }
td.TdClassName
{
border-color: #8785B5;
}
.TagClassName
{
border-color: #8785B5;
}
</style>