#887EC5

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

Shades of Moody Blue #887EC5

Tints of Moody Blue #887EC5

Color information

#887EC5 (or 0x887EC5) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and C5. RGB value is (136,126,197). Sum of RGB (Red+Green+Blue) = 136+126+197=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #887EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EC5 is #77813A. Grayscale: #888888. Windows color (decimal): -7831867 or 12942984. OLE color: 12942984.

HSL color Cylindrical-coordinate representation of color #887EC5: hue angle of 248.45º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #887EC5 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136126197-
CMYK0.310.3600.23
HSL248.45º37.97%63.33%-
HSV(B)248.45º36.04%77.25%-
XYZ27.6924.1956.03-
YUV137.08161.81127.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=29.63%
G=27.45%
B=42.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361261970.310.3600.23248.4537.9763.33
Hex887EC51F24017f8263f
Octal21017630537440273704677
Binary100010001111110110001011111110010001011111111000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887EC5; }

 p { color: rgb(136,126,197); }

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

<style>
 a { background-color: #887EC5; }

 a { background-color: rgb(136,126,197); }

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

<style>
 span { border-color: #887EC5; }

 span { border-color: rgb(136,126,197); }

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