#887EDE

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

Shades of Moody Blue #887EDE

Tints of Moody Blue #887EDE

Color information

#887EDE (or 0x887EDE) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and DE. RGB value is (136,126,222). Sum of RGB (Red+Green+Blue) = 136+126+222=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #887EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EDE is #778121. Grayscale: #8B8B8B. Windows color (decimal): -7831842 or 14581384. OLE color: 14581384.

HSL color Cylindrical-coordinate representation of color #887EDE: hue angle of 246.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887EDE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136126222-
CMYK0.390.4300.13
HSL246.25º59.26%68.24%-
HSV(B)246.25º43.24%87.06%-
XYZ30.825.4372.39-
YUV139.93174.31125.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=28.10%
G=26.03%
B=45.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361262220.390.4300.13246.2559.2668.24
Hex887EDE272B0Df63b44
Octal210176336475301536673104
Binary1000100011111101101111010011110101101101111101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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