#887CDD

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

Shades of Moody Blue #887CDD

Tints of Moody Blue #887CDD

Color information

#887CDD (or 0x887CDD) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and DD. RGB value is (136,124,221). Sum of RGB (Red+Green+Blue) = 136+124+221=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #887CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDD is #778322. Grayscale: #8A8A8A. Windows color (decimal): -7832355 or 14515336. OLE color: 14515336.

HSL color Cylindrical-coordinate representation of color #887CDD: hue angle of 247.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887CDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136124221-
CMYK0.380.4400.13
HSL247.42º58.79%67.65%-
HSV(B)247.42º43.89%86.67%-
XYZ30.4124.8771.6-
YUV138.65174.48126.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=28.27%
G=25.78%
B=45.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361242210.380.4400.13247.4258.7967.65
Hex887CDD262C0Df73b44
Octal210174335465401536773104
Binary1000100011111001101110110011010110001101111101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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