#887ECF

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

Shades of Moody Blue #887ECF

Tints of Moody Blue #887ECF

Color information

#887ECF (or 0x887ECF) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and CF. RGB value is (136,126,207). Sum of RGB (Red+Green+Blue) = 136+126+207=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #887ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ECF is #778130. Grayscale: #898989. Windows color (decimal): -7831857 or 13598344. OLE color: 13598344.

HSL color Cylindrical-coordinate representation of color #887ECF: hue angle of 247.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887ECF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136126207-
CMYK0.340.3900.19
HSL247.41º45.76%65.29%-
HSV(B)247.41º39.13%81.18%-
XYZ28.8824.6662.27-
YUV138.22166.81126.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=29.00%
G=26.87%
B=44.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361262070.340.3900.19247.4145.7665.29
Hex887ECF2227013f72e41
Octal210176317424702336756101
Binary10001000111111011001111100010100111010011111101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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