#887AC8

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

Shades of Moody Blue #887AC8

Tints of Moody Blue #887AC8

Color information

#887AC8 (or 0x887AC8) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and C8. RGB value is (136,122,200). Sum of RGB (Red+Green+Blue) = 136+122+200=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #887AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AC8 is #778537. Grayscale: #868686. Windows color (decimal): -7832888 or 13138568. OLE color: 13138568.

HSL color Cylindrical-coordinate representation of color #887AC8: hue angle of 250.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887AC8 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136122200-
CMYK0.320.3900.22
HSL250.77º41.49%63.14%-
HSV(B)250.77º39%78.43%-
XYZ27.5423.3257.69-
YUV135.08164.64128.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=29.69%
G=26.64%
B=43.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361222000.320.3900.22250.7741.4963.14
Hex887AC82027016fb293f
Octal21017231040470263735177
Binary1000100011110101100100010000010011101011011111011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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