#887cb7

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

Shades of Moody Blue #887CB7

Tints of Moody Blue #887CB7

Color information

#887CB7 (or 0x887CB7) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and B7. RGB value is (136,124,183). Sum of RGB (Red+Green+Blue) = 136+124+183=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #887CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CB7 is #778348. Grayscale: #868686. Windows color (decimal): -7832393 or 12024968. OLE color: 12024968.

HSL color Cylindrical-coordinate representation of color #887CB7: hue angle of 252.2º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887CB7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB136124183-
CMYK0.260.3200.28
HSL252.2º29.06%60.2%-
HSV(B)252.2º32.24%71.76%-
XYZ25.9123.0747.89-
YUV134.31155.48129.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=30.70%
G=27.99%
B=41.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361241830.260.3200.28252.229.0660.2
Hex887CB71A2001Cfc1d3c
Octal21017426732400343743574
Binary10001000111110010110111110101000000111001111110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887cb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,183); }

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

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

 a { background-color: rgb(136,124,183); }

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

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

 span { border-color: rgb(136,124,183); }

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