Shades of Moody Blue #877BD5
Tints of Moody Blue #877BD5
RGB
CMYK
RGB Variations
Color information
#877BD5 (or 0x877BD5) is known color: Moody Blue. HEX triplet: 87, 7B and D5. RGB value is (135,123,213). Sum of RGB (Red+Green+Blue) = 135+123+213=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #877BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BD5 is #78842A. Grayscale: #888888. Windows color (decimal): -7898155 or 13990791. OLE color: 13990791.
HSL color Cylindrical-coordinate representation of color #877BD5: hue angle of 248º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #877BD5 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 123 | 213 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.16 |
| HSL | 248º | 0.52% | 0.66% | - |
| HSV(B) | 248º | 0.42% | 0.84% | - |
| XYZ | 29.08 | 24.12 | 66.07 | - |
| YUV | 136.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 213 | 0.37 | 0.42 | 0 | 0.16 | 248 | 0.52 | 0.66 |
| Hex | 87 | 7B | D5 | 25 | 2A | 0 | 10 | F8 | 34 | 42 |
| Octal | 207 | 173 | 325 | 45 | 52 | 0 | 20 | 370 | 64 | 102 |
| Binary | 10000111 | 1111011 | 11010101 | 100101 | 101010 | 0 | 10000 | 11111000 | 110100 | 1000010 |
Color Harmonies of #877BD5
Complementary color
Monochromatic Colors of #877BD5
Black with #877BD5
Text Example
Text Example
White with #877BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BD5; }
p { color: rgb(135,123,213); }
H1.HeaderClassName
{
color: #877BD5;
}
.AnyTagClassName
{
color: #877BD5;
}
</style>
background-color css
<style>
a { background-color: #877BD5; }
a { background-color: rgb(135,123,213); }
div.DivClassName
{
background-color: #877BD5;
}
.BgClassName
{
background-color: #877BD5;
}
</style>
border-color css
<style>
span { border-color: #877BD5; }
span { border-color: rgb(135,123,213); }
td.TdClassName
{
border-color: #877BD5;
}
.TagClassName
{
border-color: #877BD5;
}
</style>