#887EDB

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

Shades of Moody Blue #887EDB

Tints of Moody Blue #887EDB

Color information

#887EDB (or 0x887EDB) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and DB. RGB value is (136,126,219). Sum of RGB (Red+Green+Blue) = 136+126+219=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #887EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EDB is #778124. Grayscale: #8B8B8B. Windows color (decimal): -7831845 or 14384776. OLE color: 14384776.

HSL color Cylindrical-coordinate representation of color #887EDB: hue angle of 246.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887EDB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136126219-
CMYK0.380.4200.14
HSL246.45º56.36%67.65%-
HSV(B)246.45º42.47%85.88%-
XYZ30.425.2770.29-
YUV139.59172.81125.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=28.27%
G=26.20%
B=45.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361262190.380.4200.14246.4556.3667.65
Hex887EDB262A0Ef63844
Octal210176333465201636670104
Binary1000100011111101101101110011010101001110111101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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