#888AAF

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

Shades of Manatee #888AAF

Tints of Manatee #888AAF

Color information

#888AAF (or 0x888AAF) is unknown color: approx Manatee. HEX triplet: 88, 8A and AF. RGB value is (136,138,175). Sum of RGB (Red+Green+Blue) = 136+138+175=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #888AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AAF is #777550. Grayscale: #8D8D8D. Windows color (decimal): -7828817 or 11504264. OLE color: 11504264.

HSL color Cylindrical-coordinate representation of color #888AAF: hue angle of 236.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #888AAF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136138175-
CMYK0.220.2100.31
HSL236.92º19.6%60.98%-
HSV(B)236.92º22.29%68.63%-
XYZ26.9826.5144.25-
YUV141.62146.84123.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=30.29%
G=30.73%
B=38.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361381750.220.2100.31236.9219.660.98
Hex888AAF161501Fed143d
Octal21021225726250373552475
Binary10001000100010101010111110110101010111111110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,175); }

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

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

 a { background-color: rgb(136,138,175); }

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

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

 span { border-color: rgb(136,138,175); }

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