#887EDD

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

Shades of Moody Blue #887EDD

Tints of Moody Blue #887EDD

Color information

#887EDD (or 0x887EDD) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and DD. RGB value is (136,126,221). Sum of RGB (Red+Green+Blue) = 136+126+221=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #887EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EDD is #778122. Grayscale: #8B8B8B. Windows color (decimal): -7831843 or 14515848. OLE color: 14515848.

HSL color Cylindrical-coordinate representation of color #887EDD: hue angle of 246.32º degrees, saturation: 0.58, 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 #887EDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136126221-
CMYK0.380.4300.13
HSL246.32º58.28%68.04%-
HSV(B)246.32º42.99%86.67%-
XYZ30.6725.3871.69-
YUV139.82173.81125.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=28.16%
G=26.09%
B=45.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361262210.380.4300.13246.3258.2868.04
Hex887EDD262B0Df63a44
Octal210176335465301536672104
Binary1000100011111101101110110011010101101101111101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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