#887BB5

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

Shades of Moody Blue #887BB5

Tints of Moody Blue #887BB5

Color information

#887BB5 (or 0x887BB5) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and B5. RGB value is (136,123,181). Sum of RGB (Red+Green+Blue) = 136+123+181=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #887BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BB5 is #77844A. Grayscale: #858585. Windows color (decimal): -7832651 or 11893640. OLE color: 11893640.

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

Color convert

RGB136123181-
CMYK0.250.3200.29
HSL253.45º28.16%59.61%-
HSV(B)253.45º32.04%70.98%-
XYZ25.5822.7446.76-
YUV133.5154.81129.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=30.91%
G=27.95%
B=41.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361231810.250.3200.29253.4528.1659.61
Hex887BB5192001Dfd1c3c
Octal21017326531400353753474
Binary10001000111101110110101110011000000111011111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,181); }

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

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

 a { background-color: rgb(136,123,181); }

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

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

 span { border-color: rgb(136,123,181); }

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