#888B9D

Color #888B9D Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #888B9D

Tints of Manatee #888B9D

Color information

#888B9D (or 0x888B9D) is unknown color: approx Manatee. HEX triplet: 88, 8B and 9D. RGB value is (136,139,157). Sum of RGB (Red+Green+Blue) = 136+139+157=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #888B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B9D is #777462. Grayscale: #8C8C8C. Windows color (decimal): -7828579 or 10324872. OLE color: 10324872.

HSL color Cylindrical-coordinate representation of color #888B9D: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888B9D is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136139157-
CMYK0.130.1100.38
HSL231.43º9.68%57.45%-
HSV(B)231.43º13.38%61.57%-
XYZ25.4726.1335.6-
YUV140.16137.51125.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=31.48%
G=32.18%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361391570.130.1100.38231.439.6857.45
Hex888B9DDB026e7a39
Octal21021323515130463471271
Binary100010001000101110011101110110110100110111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B9D; }

 p { color: rgb(136,139,157); }

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

<style>
 a { background-color: #888B9D; }

 a { background-color: rgb(136,139,157); }

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

<style>
 span { border-color: #888B9D; }

 span { border-color: rgb(136,139,157); }

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