#887DDA

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

Shades of Moody Blue #887DDA

Tints of Moody Blue #887DDA

Color information

#887DDA (or 0x887DDA) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and DA. RGB value is (136,125,218). Sum of RGB (Red+Green+Blue) = 136+125+218=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #887DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDA is #778225. Grayscale: #8A8A8A. Windows color (decimal): -7832102 or 14318984. OLE color: 14318984.

HSL color Cylindrical-coordinate representation of color #887DDA: hue angle of 247.1º degrees, saturation: 0.56, 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 #887DDA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136125218-
CMYK0.380.4300.15
HSL247.1º55.69%67.25%-
HSV(B)247.1º42.66%85.49%-
XYZ30.1424.9669.56-
YUV138.89172.64125.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=28.39%
G=26.10%
B=45.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361252180.380.4300.15247.155.6967.25
Hex887DDA262B0Ff73843
Octal210175332465301736770103
Binary1000100011111011101101010011010101101111111101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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