#887DDD

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

Shades of Moody Blue #887DDD

Tints of Moody Blue #887DDD

Color information

#887DDD (or 0x887DDD) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and DD. RGB value is (136,125,221). Sum of RGB (Red+Green+Blue) = 136+125+221=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #887DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDD is #778222. Grayscale: #8A8A8A. Windows color (decimal): -7832099 or 14515592. OLE color: 14515592.

HSL color Cylindrical-coordinate representation of color #887DDD: hue angle of 246.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887DDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136125221-
CMYK0.380.4300.13
HSL246.88º58.54%67.84%-
HSV(B)246.88º43.44%86.67%-
XYZ30.5425.1271.65-
YUV139.23174.14125.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=28.22%
G=25.93%
B=45.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361252210.380.4300.13246.8858.5467.84
Hex887DDD262B0Df73b44
Octal210175335465301536773104
Binary1000100011111011101110110011010101101101111101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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