#887EBD

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

Shades of Moody Blue #887EBD

Tints of Moody Blue #887EBD

Color information

#887EBD (or 0x887EBD) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and BD. RGB value is (136,126,189). Sum of RGB (Red+Green+Blue) = 136+126+189=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #887EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBD is #778142. Grayscale: #878787. Windows color (decimal): -7831875 or 12418696. OLE color: 12418696.

HSL color Cylindrical-coordinate representation of color #887EBD: hue angle of 249.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887EBD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136126189-
CMYK0.280.3300.26
HSL249.52º32.31%61.76%-
HSV(B)249.52º33.33%74.12%-
XYZ26.823.8351.33-
YUV136.17157.81127.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=30.16%
G=27.94%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361261890.280.3300.26249.5232.3161.76
Hex887EBD1C2101Afa203e
Octal21017627534410323724076
Binary100010001111110101111011110010000101101011111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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