#887DBA

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

Shades of Moody Blue #887DBA

Tints of Moody Blue #887DBA

Color information

#887DBA (or 0x887DBA) is unknown color: approx Moody Blue. HEX triplet: 88, 7D and BA. RGB value is (136,125,186). Sum of RGB (Red+Green+Blue) = 136+125+186=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #887DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DBA is #778245. Grayscale: #878787. Windows color (decimal): -7832134 or 12221832. OLE color: 12221832.

HSL color Cylindrical-coordinate representation of color #887DBA: hue angle of 250.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887DBA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136125186-
CMYK0.270.3300.27
HSL250.82º30.65%60.98%-
HSV(B)250.82º32.8%72.94%-
XYZ26.3523.4549.59-
YUV135.24156.64128.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=30.43%
G=27.96%
B=41.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361251860.270.3300.27250.8230.6560.98
Hex887DBA1B2101Bfb1f3d
Octal21017527233410333733775
Binary10001000111110110111010110111000010110111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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