#887CD8

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

Shades of Moody Blue #887CD8

Tints of Moody Blue #887CD8

Color information

#887CD8 (or 0x887CD8) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and D8. RGB value is (136,124,216). Sum of RGB (Red+Green+Blue) = 136+124+216=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #887CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CD8 is #778327. Grayscale: #898989. Windows color (decimal): -7832360 or 14187656. OLE color: 14187656.

HSL color Cylindrical-coordinate representation of color #887CD8: hue angle of 247.83º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887CD8 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136124216-
CMYK0.370.4300.15
HSL247.83º54.12%66.67%-
HSV(B)247.83º42.59%84.71%-
XYZ29.7624.6168.15-
YUV138.08171.98126.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=28.57%
G=26.05%
B=45.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361242160.370.4300.15247.8354.1266.67
Hex887CD8252B0Ff83643
Octal210174330455301737066103
Binary1000100011111001101100010010110101101111111110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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