#887FD1

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

Shades of Moody Blue #887FD1

Tints of Moody Blue #887FD1

Color information

#887FD1 (or 0x887FD1) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and D1. RGB value is (136,127,209). Sum of RGB (Red+Green+Blue) = 136+127+209=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #887FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FD1 is #77802E. Grayscale: #8A8A8A. Windows color (decimal): -7831599 or 13729672. OLE color: 13729672.

HSL color Cylindrical-coordinate representation of color #887FD1: hue angle of 246.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887FD1 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136127209-
CMYK0.350.3900.18
HSL246.59º47.13%65.88%-
HSV(B)246.59º39.23%81.96%-
XYZ29.2525.0263.61-
YUV139.04167.48125.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=28.81%
G=26.91%
B=44.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361272090.350.3900.18246.5947.1365.88
Hex887FD12327012f72f42
Octal210177321434702236757102
Binary10001000111111111010001100011100111010010111101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,209); }

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

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

 a { background-color: rgb(136,127,209); }

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

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

 span { border-color: rgb(136,127,209); }

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