#887DCA

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

Shades of Moody Blue #887DCA

Tints of Moody Blue #887DCA

Color information

#887DCA (or 0x887DCA) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and CA. RGB value is (136,125,202). Sum of RGB (Red+Green+Blue) = 136+125+202=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #887DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DCA is #778235. Grayscale: #888888. Windows color (decimal): -7832118 or 13270408. OLE color: 13270408.

HSL color Cylindrical-coordinate representation of color #887DCA: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887DCA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136125202-
CMYK0.330.3800.21
HSL248.57º42.08%64.12%-
HSV(B)248.57º38.12%79.22%-
XYZ28.1524.1759.06-
YUV137.07164.64127.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=29.37%
G=27.00%
B=43.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361252020.330.3800.21248.5742.0864.12
Hex887DCA2126015f92a40
Octal210175312414602537152100
Binary10001000111110111001010100001100110010101111110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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