#887AD0

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

Shades of Moody Blue #887AD0

Tints of Moody Blue #887AD0

Color information

#887AD0 (or 0x887AD0) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and D0. RGB value is (136,122,208). Sum of RGB (Red+Green+Blue) = 136+122+208=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #887AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AD0 is #77852F. Grayscale: #878787. Windows color (decimal): -7832880 or 13662856. OLE color: 13662856.

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

Color convert

RGB136122208-
CMYK0.350.4100.18
HSL249.77º47.78%64.71%-
HSV(B)249.77º41.35%81.57%-
XYZ28.523.7162.75-
YUV135.99168.64128.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=29.18%
G=26.18%
B=44.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361222080.350.4100.18249.7747.7864.71
Hex887AD02329012fa3041
Octal210172320435102237260101
Binary10001000111101011010000100011101001010010111110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,122,208); }

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

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

 a { background-color: rgb(136,122,208); }

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

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

 span { border-color: rgb(136,122,208); }

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