#887BBA

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

Shades of Moody Blue #887BBA

Tints of Moody Blue #887BBA

Color information

#887BBA (or 0x887BBA) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and BA. RGB value is (136,123,186). Sum of RGB (Red+Green+Blue) = 136+123+186=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #887BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBA is #778445. Grayscale: #858585. Windows color (decimal): -7832646 or 12221320. OLE color: 12221320.

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

Color convert

RGB136123186-
CMYK0.270.3400.27
HSL252.38º31.34%60.59%-
HSV(B)252.38º33.87%72.94%-
XYZ26.122.9549.51-
YUV134.07157.31129.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=30.56%
G=27.64%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361231860.270.3400.27252.3831.3460.59
Hex887BBA1B2201Bfc1f3d
Octal21017327233420333743775
Binary10001000111101110111010110111000100110111111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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