Shades of Moody Blue #8785CB
Tints of Moody Blue #8785CB
RGB
CMYK
RGB Variations
Color information
#8785CB (or 0x8785CB) is known color: Moody Blue. HEX triplet: 87, 85 and CB. RGB value is (135,133,203). Sum of RGB (Red+Green+Blue) = 135+133+203=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #8785CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785CB is #787A34. Grayscale: #8D8D8D. Windows color (decimal): -7895605 or 13337991. OLE color: 13337991.
HSL color Cylindrical-coordinate representation of color #8785CB: hue angle of 241.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8785CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 133 | 203 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.20 |
| HSL | 241.71º | 0.4% | 0.66% | - |
| HSV(B) | 241.71º | 0.34% | 0.8% | - |
| XYZ | 29.16 | 26.24 | 60.03 | - |
| YUV | 141.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 203 | 0.33 | 0.34 | 0 | 0.20 | 241.71 | 0.4 | 0.66 |
| Hex | 87 | 85 | CB | 21 | 22 | 0 | 14 | F2 | 28 | 42 |
| Octal | 207 | 205 | 313 | 41 | 42 | 0 | 24 | 362 | 50 | 102 |
| Binary | 10000111 | 10000101 | 11001011 | 100001 | 100010 | 0 | 10100 | 11110010 | 101000 | 1000010 |
Color Harmonies of #8785CB
Complementary color
Monochromatic Colors of #8785CB
Black with #8785CB
Text Example
Text Example
White with #8785CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785CB; }
p { color: rgb(135,133,203); }
H1.HeaderClassName
{
color: #8785CB;
}
.AnyTagClassName
{
color: #8785CB;
}
</style>
background-color css
<style>
a { background-color: #8785CB; }
a { background-color: rgb(135,133,203); }
div.DivClassName
{
background-color: #8785CB;
}
.BgClassName
{
background-color: #8785CB;
}
</style>
border-color css
<style>
span { border-color: #8785CB; }
span { border-color: rgb(135,133,203); }
td.TdClassName
{
border-color: #8785CB;
}
.TagClassName
{
border-color: #8785CB;
}
</style>