Shades of Moody Blue #8785B4
Tints of Moody Blue #8785B4
RGB
CMYK
RGB Variations
Color information
#8785B4 (or 0x8785B4) is known color: Moody Blue. HEX triplet: 87, 85 and B4. RGB value is (135,133,180). Sum of RGB (Red+Green+Blue) = 135+133+180=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8785B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785B4 is #787A4B. Grayscale: #8A8A8A. Windows color (decimal): -7895628 or 11830663. OLE color: 11830663.
HSL color Cylindrical-coordinate representation of color #8785B4: hue angle of 242.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8785B4 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 133 | 180 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.29 |
| HSL | 242.55º | 0.24% | 0.61% | - |
| HSV(B) | 242.55º | 0.26% | 0.71% | - |
| XYZ | 26.62 | 25.22 | 46.65 | - |
| YUV | 138.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 180 | 0.25 | 0.26 | 0 | 0.29 | 242.55 | 0.24 | 0.61 |
| Hex | 87 | 85 | B4 | 19 | 1A | 0 | 1D | F3 | 18 | 3D |
| Octal | 207 | 205 | 264 | 31 | 32 | 0 | 35 | 363 | 30 | 75 |
| Binary | 10000111 | 10000101 | 10110100 | 11001 | 11010 | 0 | 11101 | 11110011 | 11000 | 111101 |
Color Harmonies of #8785B4
Complementary color
Monochromatic Colors of #8785B4
Black with #8785B4
Text Example
Text Example
White with #8785B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785B4; }
p { color: rgb(135,133,180); }
H1.HeaderClassName
{
color: #8785B4;
}
.AnyTagClassName
{
color: #8785B4;
}
</style>
background-color css
<style>
a { background-color: #8785B4; }
a { background-color: rgb(135,133,180); }
div.DivClassName
{
background-color: #8785B4;
}
.BgClassName
{
background-color: #8785B4;
}
</style>
border-color css
<style>
span { border-color: #8785B4; }
span { border-color: rgb(135,133,180); }
td.TdClassName
{
border-color: #8785B4;
}
.TagClassName
{
border-color: #8785B4;
}
</style>