Shades of Moody Blue #8785BD
Tints of Moody Blue #8785BD
RGB
CMYK
RGB Variations
Color information
#8785BD (or 0x8785BD) is known color: Moody Blue. HEX triplet: 87, 85 and BD. RGB value is (135,133,189). Sum of RGB (Red+Green+Blue) = 135+133+189=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8785BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785BD is #787A42. Grayscale: #8B8B8B. Windows color (decimal): -7895619 or 12420487. OLE color: 12420487.
HSL color Cylindrical-coordinate representation of color #8785BD: hue angle of 242.14º 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 #8785BD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 133 | 189 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.26 |
| HSL | 242.14º | 0.3% | 0.63% | - |
| HSV(B) | 242.14º | 0.3% | 0.74% | - |
| XYZ | 27.56 | 25.6 | 51.63 | - |
| YUV | 139.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 189 | 0.29 | 0.30 | 0 | 0.26 | 242.14 | 0.3 | 0.63 |
| Hex | 87 | 85 | BD | 1D | 1E | 0 | 1A | F2 | 1E | 3F |
| Octal | 207 | 205 | 275 | 35 | 36 | 0 | 32 | 362 | 36 | 77 |
| Binary | 10000111 | 10000101 | 10111101 | 11101 | 11110 | 0 | 11010 | 11110010 | 11110 | 111111 |
Color Harmonies of #8785BD
Complementary color
Monochromatic Colors of #8785BD
Black with #8785BD
Text Example
Text Example
White with #8785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785BD; }
p { color: rgb(135,133,189); }
H1.HeaderClassName
{
color: #8785BD;
}
.AnyTagClassName
{
color: #8785BD;
}
</style>
background-color css
<style>
a { background-color: #8785BD; }
a { background-color: rgb(135,133,189); }
div.DivClassName
{
background-color: #8785BD;
}
.BgClassName
{
background-color: #8785BD;
}
</style>
border-color css
<style>
span { border-color: #8785BD; }
span { border-color: rgb(135,133,189); }
td.TdClassName
{
border-color: #8785BD;
}
.TagClassName
{
border-color: #8785BD;
}
</style>