Shades of Moody Blue #877BCB
Tints of Moody Blue #877BCB
RGB
CMYK
RGB Variations
Color information
#877BCB (or 0x877BCB) is known color: Moody Blue. HEX triplet: 87, 7B and CB. RGB value is (135,123,203). Sum of RGB (Red+Green+Blue) = 135+123+203=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #877BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BCB is #788434. Grayscale: #878787. Windows color (decimal): -7898165 or 13335431. OLE color: 13335431.
HSL color Cylindrical-coordinate representation of color #877BCB: hue angle of 249º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877BCB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 123 | 203 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.20 |
| HSL | 249º | 0.43% | 0.64% | - |
| HSV(B) | 249º | 0.39% | 0.8% | - |
| XYZ | 27.85 | 23.63 | 59.59 | - |
| YUV | 135.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 203 | 0.33 | 0.39 | 0 | 0.20 | 249 | 0.43 | 0.64 |
| Hex | 87 | 7B | CB | 21 | 27 | 0 | 14 | F9 | 2B | 40 |
| Octal | 207 | 173 | 313 | 41 | 47 | 0 | 24 | 371 | 53 | 100 |
| Binary | 10000111 | 1111011 | 11001011 | 100001 | 100111 | 0 | 10100 | 11111001 | 101011 | 1000000 |
Color Harmonies of #877BCB
Complementary color
Monochromatic Colors of #877BCB
Black with #877BCB
Text Example
Text Example
White with #877BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BCB; }
p { color: rgb(135,123,203); }
H1.HeaderClassName
{
color: #877BCB;
}
.AnyTagClassName
{
color: #877BCB;
}
</style>
background-color css
<style>
a { background-color: #877BCB; }
a { background-color: rgb(135,123,203); }
div.DivClassName
{
background-color: #877BCB;
}
.BgClassName
{
background-color: #877BCB;
}
</style>
border-color css
<style>
span { border-color: #877BCB; }
span { border-color: rgb(135,123,203); }
td.TdClassName
{
border-color: #877BCB;
}
.TagClassName
{
border-color: #877BCB;
}
</style>