#877ECA

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

Shades of Moody Blue #877ECA

Tints of Moody Blue #877ECA

Color information

#877ECA (or 0x877ECA) is unknown color: approx Moody Blue. HEX triplet: 87, 7E and CA. RGB value is (135,126,202). Sum of RGB (Red+Green+Blue) = 135+126+202=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #877ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ECA is #788135. Grayscale: #898989. Windows color (decimal): -7897398 or 13270663. OLE color: 13270663.

HSL color Cylindrical-coordinate representation of color #877ECA: hue angle of 247.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #877ECA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135126202-
CMYK0.330.3800.21
HSL247.11º41.76%64.31%-
HSV(B)247.11º37.62%79.22%-
XYZ28.1124.3459.09-
YUV137.35164.48126.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=29.16%
G=27.21%
B=43.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351262020.330.3800.21247.1141.7664.31
Hex877ECA2126015f72a40
Octal207176312414602536752100
Binary10000111111111011001010100001100110010101111101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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