#887DCD

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

Shades of Moody Blue #887DCD

Tints of Moody Blue #887DCD

Color information

#887DCD (or 0x887DCD) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and CD. RGB value is (136,125,205). Sum of RGB (Red+Green+Blue) = 136+125+205=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #887DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DCD is #778232. Grayscale: #898989. Windows color (decimal): -7832115 or 13467016. OLE color: 13467016.

HSL color Cylindrical-coordinate representation of color #887DCD: hue angle of 248.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887DCD is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136125205-
CMYK0.340.3900.20
HSL248.25º44.44%64.71%-
HSV(B)248.25º39.02%80.39%-
XYZ28.5124.3160.95-
YUV137.41166.14127-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=29.18%
G=26.82%
B=43.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361252050.340.3900.20248.2544.4464.71
Hex887DCD2227014f82c41
Octal210175315424702437054101
Binary10001000111110111001101100010100111010100111110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,205); }

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

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

 a { background-color: rgb(136,125,205); }

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

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

 span { border-color: rgb(136,125,205); }

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