Shades of Moody Blue #877FCB
Tints of Moody Blue #877FCB
RGB
CMYK
RGB Variations
Color information
#877FCB (or 0x877FCB) is known color: Moody Blue. HEX triplet: 87, 7F and CB. RGB value is (135,127,203). Sum of RGB (Red+Green+Blue) = 135+127+203=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #877FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FCB is #788034. Grayscale: #898989. Windows color (decimal): -7897141 or 13336455. OLE color: 13336455.
HSL color Cylindrical-coordinate representation of color #877FCB: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #877FCB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 127 | 203 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.20 |
| HSL | 246.32º | 0.42% | 0.65% | - |
| HSV(B) | 246.32º | 0.37% | 0.8% | - |
| XYZ | 28.36 | 24.64 | 59.76 | - |
| YUV | 138.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 203 | 0.33 | 0.37 | 0 | 0.20 | 246.32 | 0.42 | 0.65 |
| Hex | 87 | 7F | CB | 21 | 25 | 0 | 14 | F6 | 2A | 41 |
| Octal | 207 | 177 | 313 | 41 | 45 | 0 | 24 | 366 | 52 | 101 |
| Binary | 10000111 | 1111111 | 11001011 | 100001 | 100101 | 0 | 10100 | 11110110 | 101010 | 1000001 |
Color Harmonies of #877FCB
Complementary color
Monochromatic Colors of #877FCB
Black with #877FCB
Text Example
Text Example
White with #877FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877FCB; }
p { color: rgb(135,127,203); }
H1.HeaderClassName
{
color: #877FCB;
}
.AnyTagClassName
{
color: #877FCB;
}
</style>
background-color css
<style>
a { background-color: #877FCB; }
a { background-color: rgb(135,127,203); }
div.DivClassName
{
background-color: #877FCB;
}
.BgClassName
{
background-color: #877FCB;
}
</style>
border-color css
<style>
span { border-color: #877FCB; }
span { border-color: rgb(135,127,203); }
td.TdClassName
{
border-color: #877FCB;
}
.TagClassName
{
border-color: #877FCB;
}
</style>