#887ABE

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

Shades of Moody Blue #887ABE

Tints of Moody Blue #887ABE

Color information

#887ABE (or 0x887ABE) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and BE. RGB value is (136,122,190). Sum of RGB (Red+Green+Blue) = 136+122+190=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #887ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ABE is #778541. Grayscale: #858585. Windows color (decimal): -7832898 or 12483208. OLE color: 12483208.

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

Color convert

RGB136122190-
CMYK0.280.3600.25
HSL252.35º34.34%61.18%-
HSV(B)252.35º35.79%74.51%-
XYZ26.4122.8751.74-
YUV133.94159.64129.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=30.36%
G=27.23%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361221900.280.3600.25252.3534.3461.18
Hex887ABE1C24019fc223d
Octal21017227634440313744275
Binary100010001111010101111101110010010001100111111100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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