#887EC0

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

Shades of Moody Blue #887EC0

Tints of Moody Blue #887EC0

Color information

#887EC0 (or 0x887EC0) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and C0. RGB value is (136,126,192). Sum of RGB (Red+Green+Blue) = 136+126+192=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #887EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EC0 is #77813F. Grayscale: #888888. Windows color (decimal): -7831872 or 12615304. OLE color: 12615304.

HSL color Cylindrical-coordinate representation of color #887EC0: hue angle of 249.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887EC0 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136126192-
CMYK0.290.3400.25
HSL249.09º34.38%62.35%-
HSV(B)249.09º34.38%75.29%-
XYZ27.1323.9653.06-
YUV136.51159.31127.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.96%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=29.96%
G=27.75%
B=42.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361261920.290.3400.25249.0934.3862.35
Hex887EC01D22019f9223e
Octal21017630035420313714276
Binary100010001111110110000001110110001001100111111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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