#887CC3

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

Shades of Moody Blue #887CC3

Tints of Moody Blue #887CC3

Color information

#887CC3 (or 0x887CC3) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and C3. RGB value is (136,124,195). Sum of RGB (Red+Green+Blue) = 136+124+195=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #887CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CC3 is #77833C. Grayscale: #878787. Windows color (decimal): -7832381 or 12811400. OLE color: 12811400.

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

Color convert

RGB136124195-
CMYK0.300.3600.24
HSL250.14º37.17%62.55%-
HSV(B)250.14º36.41%76.47%-
XYZ27.2123.5954.75-
YUV135.68161.48128.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=29.89%
G=27.25%
B=42.86%

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
Decimal1361241950.300.3600.24250.1437.1762.55
Hex887CC31E24018fa253f
Octal21017430336440303724577
Binary100010001111100110000111111010010001100011111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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