#887CC1

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

Shades of Moody Blue #887CC1

Tints of Moody Blue #887CC1

Color information

#887CC1 (or 0x887CC1) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and C1. RGB value is (136,124,193). Sum of RGB (Red+Green+Blue) = 136+124+193=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #887CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CC1 is #77833E. Grayscale: #878787. Windows color (decimal): -7832383 or 12680328. OLE color: 12680328.

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

Color convert

RGB136124193-
CMYK0.300.3600.24
HSL250.43º35.75%62.16%-
HSV(B)250.43º35.75%75.69%-
XYZ26.9923.553.57-
YUV135.45160.48128.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=30.02%
G=27.37%
B=42.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361241930.300.3600.24250.4335.7562.16
Hex887CC11E24018fa243e
Octal21017430136440303724476
Binary100010001111100110000011111010010001100011111010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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