#887AC1

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

Shades of Moody Blue #887AC1

Tints of Moody Blue #887AC1

Color information

#887AC1 (or 0x887AC1) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and C1. RGB value is (136,122,193). Sum of RGB (Red+Green+Blue) = 136+122+193=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #887AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AC1 is #77853E. Grayscale: #868686. Windows color (decimal): -7832895 or 12679816. OLE color: 12679816.

HSL color Cylindrical-coordinate representation of color #887AC1: hue angle of 251.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887AC1 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136122193-
CMYK0.300.3700.24
HSL251.83º36.41%61.76%-
HSV(B)251.83º36.79%75.69%-
XYZ26.742353.48-
YUV134.28161.14129.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=30.16%
G=27.05%
B=42.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361221930.300.3700.24251.8336.4161.76
Hex887AC11E25018fc243e
Octal21017230136450303744476
Binary100010001111010110000011111010010101100011111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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