#877BB9

Color #877BB9 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #877BB9

Tints of Moody Blue #877BB9

Color information

#877BB9 (or 0x877BB9) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and B9. RGB value is (135,123,185). Sum of RGB (Red+Green+Blue) = 135+123+185=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #877BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BB9 is #788446. Grayscale: #858585. Windows color (decimal): -7898183 or 12155783. OLE color: 12155783.

HSL color Cylindrical-coordinate representation of color #877BB9: hue angle of 251.61º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877BB9 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135123185-
CMYK0.270.3400.27
HSL251.61º30.69%60.39%-
HSV(B)251.61º33.51%72.55%-
XYZ25.8322.8248.94-
YUV133.66156.98128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=30.47%
G=27.77%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351231850.270.3400.27251.6130.6960.39
Hex877BB91B2201Bfc1f3c
Octal20717327133420333743774
Binary10000111111101110111001110111000100110111111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877BB9; }

 p { color: rgb(135,123,185); }

 H1.HeaderClassName
 {
   color: #877BB9;
 }
 .AnyTagClassName
 {
   color: #877BB9;
 }
</style>
background-color css

<style>
 a { background-color: #877BB9; }

 a { background-color: rgb(135,123,185); }

 div.DivClassName
 {
   background-color: #877BB9;
 }
 .BgClassName
 {
   background-color: #877BB9;
 }
</style>
border-color css

<style>
 span { border-color: #877BB9; }

 span { border-color: rgb(135,123,185); }

 td.TdClassName
 {
   border-color: #877BB9;
 }
 .TagClassName
 {
   border-color: #877BB9;
 }
</style>