#887FBE

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

Shades of Moody Blue #887FBE

Tints of Moody Blue #887FBE

Color information

#887FBE (or 0x887FBE) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and BE. RGB value is (136,127,190). Sum of RGB (Red+Green+Blue) = 136+127+190=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #887FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FBE is #778041. Grayscale: #888888. Windows color (decimal): -7831618 or 12484488. OLE color: 12484488.

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

Color convert

RGB136127190-
CMYK0.280.3300.25
HSL248.57º32.64%62.16%-
HSV(B)248.57º33.16%74.51%-
XYZ27.0424.1351.95-
YUV136.87157.98127.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=30.02%
G=28.04%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361271900.280.3300.25248.5732.6462.16
Hex887FBE1C21019f9213e
Octal21017727634410313714176
Binary100010001111111101111101110010000101100111111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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