#888BA0

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

Shades of Manatee #888BA0

Tints of Manatee #888BA0

Color information

#888BA0 (or 0x888BA0) is unknown color: approx Manatee. HEX triplet: 88, 8B and A0. RGB value is (136,139,160). Sum of RGB (Red+Green+Blue) = 136+139+160=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #888BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888BA0 is #77745F. Grayscale: #8C8C8C. Windows color (decimal): -7828576 or 10521480. OLE color: 10521480.

HSL color Cylindrical-coordinate representation of color #888BA0: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888BA0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB136139160-
CMYK0.150.1300.37
HSL232.5º11.21%58.04%-
HSV(B)232.5º15%62.75%-
XYZ25.7326.2436.97-
YUV140.5139.01124.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=31.26%
G=31.95%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361391600.150.1300.37232.511.2158.04
Hex888BA0FD025e8b3a
Octal21021324017150453501372
Binary100010001000101110100000111111010100101111010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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