#887BD8

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

Shades of Moody Blue #887BD8

Tints of Moody Blue #887BD8

Color information

#887BD8 (or 0x887BD8) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and D8. RGB value is (136,123,216). Sum of RGB (Red+Green+Blue) = 136+123+216=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #887BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BD8 is #778427. Grayscale: #898989. Windows color (decimal): -7832616 or 14187400. OLE color: 14187400.

HSL color Cylindrical-coordinate representation of color #887BD8: hue angle of 248.39º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887BD8 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136123216-
CMYK0.370.4300.15
HSL248.39º54.39%66.47%-
HSV(B)248.39º43.06%84.71%-
XYZ29.6324.3668.11-
YUV137.49172.31126.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=28.63%
G=25.89%
B=45.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361232160.370.4300.15248.3954.3966.47
Hex887BD8252B0Ff83642
Octal210173330455301737066102
Binary1000100011110111101100010010110101101111111110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,216); }

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

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

 a { background-color: rgb(136,123,216); }

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

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

 span { border-color: rgb(136,123,216); }

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