#887eb6

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

Shades of Moody Blue #887EB6

Tints of Moody Blue #887EB6

Color information

#887EB6 (or 0x887EB6) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and B6. RGB value is (136,126,182). Sum of RGB (Red+Green+Blue) = 136+126+182=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #887EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EB6 is #778149. Grayscale: #878787. Windows color (decimal): -7831882 or 11959944. OLE color: 11959944.

HSL color Cylindrical-coordinate representation of color #887EB6: hue angle of 250.71º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #887EB6 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136126182-
CMYK0.250.3100.29
HSL250.71º27.72%60.39%-
HSV(B)250.71º30.77%71.37%-
XYZ26.0623.5347.42-
YUV135.37154.31128.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=30.63%
G=28.38%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361261820.250.3100.29250.7127.7260.39
Hex887EB6191F01Dfb1c3c
Octal21017626631370353733474
Binary1000100011111101011011011001111110111011111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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