#887EBA

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

Shades of Moody Blue #887EBA

Tints of Moody Blue #887EBA

Color information

#887EBA (or 0x887EBA) is unknown color: approx Moody Blue. HEX triplet: 88, 7E and BA. RGB value is (136,126,186). Sum of RGB (Red+Green+Blue) = 136+126+186=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #887EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBA is #778145. Grayscale: #878787. Windows color (decimal): -7831878 or 12222088. OLE color: 12222088.

HSL color Cylindrical-coordinate representation of color #887EBA: hue angle of 250º 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 #887EBA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136126186-
CMYK0.270.3200.27
HSL250º30.3%61.18%-
HSV(B)250º32.26%72.94%-
XYZ26.4823.749.63-
YUV135.83156.31128.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=30.36%
G=28.12%
B=41.52%

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
Decimal1361261860.270.3200.2725030.361.18
Hex887EBA1B2001Bfa1e3d
Octal21017627233400333723675
Binary10001000111111010111010110111000000110111111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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