#887DBE

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

Shades of Moody Blue #887DBE

Tints of Moody Blue #887DBE

Color information

#887DBE (or 0x887DBE) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and BE. RGB value is (136,125,190). Sum of RGB (Red+Green+Blue) = 136+125+190=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #887DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DBE is #778241. Grayscale: #878787. Windows color (decimal): -7832130 or 12483976. OLE color: 12483976.

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

Color convert

RGB136125190-
CMYK0.280.3400.25
HSL250.15º33.33%61.76%-
HSV(B)250.15º34.21%74.51%-
XYZ26.7823.6251.86-
YUV135.7158.64128.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=30.16%
G=27.72%
B=42.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361251900.280.3400.25250.1533.3361.76
Hex887DBE1C22019fa213e
Octal21017527634420313724176
Binary100010001111101101111101110010001001100111111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,190); }

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

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

 a { background-color: rgb(136,125,190); }

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

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

 span { border-color: rgb(136,125,190); }

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