#877EBC

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

Shades of Moody Blue #877EBC

Tints of Moody Blue #877EBC

Color information

#877EBC (or 0x877EBC) is unknown color: approx Moody Blue. HEX triplet: 87, 7E and BC. RGB value is (135,126,188). Sum of RGB (Red+Green+Blue) = 135+126+188=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #877EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EBC is #788143. Grayscale: #878787. Windows color (decimal): -7897412 or 12353159. OLE color: 12353159.

HSL color Cylindrical-coordinate representation of color #877EBC: hue angle of 248.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #877EBC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135126188-
CMYK0.280.3300.26
HSL248.71º31.63%61.57%-
HSV(B)248.71º32.98%73.73%-
XYZ26.5323.750.75-
YUV135.76157.48127.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=30.07%
G=28.06%
B=41.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351261880.280.3300.26248.7131.6361.57
Hex877EBC1C2101Af9203e
Octal20717627434410323714076
Binary100001111111110101111001110010000101101011111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,126,188); }

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

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

 a { background-color: rgb(135,126,188); }

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

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

 span { border-color: rgb(135,126,188); }

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