#887FBA

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

Shades of Moody Blue #887FBA

Tints of Moody Blue #887FBA

Color information

#887FBA (or 0x887FBA) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and BA. RGB value is (136,127,186). Sum of RGB (Red+Green+Blue) = 136+127+186=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #887FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FBA is #778045. Grayscale: #888888. Windows color (decimal): -7831622 or 12222344. OLE color: 12222344.

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

Color convert

RGB136127186-
CMYK0.270.3200.27
HSL249.15º29.95%61.37%-
HSV(B)249.15º31.72%72.94%-
XYZ26.6123.9649.68-
YUV136.42155.98127.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=30.29%
G=28.29%
B=41.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361271860.270.3200.27249.1529.9561.37
Hex887FBA1B2001Bf91e3d
Octal21017727233400333713675
Binary10001000111111110111010110111000000110111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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