#887ABF

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

Shades of Moody Blue #887ABF

Tints of Moody Blue #887ABF

Color information

#887ABF (or 0x887ABF) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and BF. RGB value is (136,122,191). Sum of RGB (Red+Green+Blue) = 136+122+191=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #887ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ABF is #778540. Grayscale: #858585. Windows color (decimal): -7832897 or 12548744. OLE color: 12548744.

HSL color Cylindrical-coordinate representation of color #887ABF: hue angle of 252.17º degrees, saturation: 0.35, 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 #887ABF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136122191-
CMYK0.290.3600.25
HSL252.17º35.03%61.37%-
HSV(B)252.17º36.13%74.9%-
XYZ26.5222.9152.32-
YUV134.05160.14129.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 191 (75% from 255) = 42.54%
R=30.29%
G=27.17%
B=42.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361221910.290.3600.25252.1735.0361.37
Hex887ABF1D24019fc233d
Octal21017227735440313744375
Binary100010001111010101111111110110010001100111111100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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