#888DAA

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

Shades of Manatee #888DAA

Tints of Manatee #888DAA

Color information

#888DAA (or 0x888DAA) is unknown color: approx Manatee. HEX triplet: 88, 8D and AA. RGB value is (136,141,170). Sum of RGB (Red+Green+Blue) = 136+141+170=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #888DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888DAA is #777255. Grayscale: #8E8E8E. Windows color (decimal): -7828054 or 11177352. OLE color: 11177352.

HSL color Cylindrical-coordinate representation of color #888DAA: hue angle of 231.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888DAA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136141170-
CMYK0.200.1700.33
HSL231.18º16.67%60%-
HSV(B)231.18º20%66.67%-
XYZ26.9327.1941.86-
YUV142.81143.34123.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=30.43%
G=31.54%
B=38.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361411700.200.1700.33231.1816.6760
Hex888DAA1411021e7113c
Octal21021525224210413472174
Binary100010001000110110101010101001000101000011110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,141,170); }

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

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

 a { background-color: rgb(136,141,170); }

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

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

 span { border-color: rgb(136,141,170); }

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