#88889B

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

Shades of Manatee #88889B

Tints of Manatee #88889B

Color information

#88889B (or 0x88889B) is unknown color: approx Manatee. HEX triplet: 88, 88 and 9B. RGB value is (136,136,155). Sum of RGB (Red+Green+Blue) = 136+136+155=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #88889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88889B is #777764. Grayscale: #8A8A8A. Windows color (decimal): -7829349 or 10193032. OLE color: 10193032.

HSL color Cylindrical-coordinate representation of color #88889B: hue angle of 240º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88889B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136136155-
CMYK0.120.1200.39
HSL240º8.68%57.06%-
HSV(B)240º12.26%60.78%-
XYZ24.8725.2134.57-
YUV138.17137.5126.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=31.85%
G=31.85%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361361550.120.1200.392408.6857.06
Hex88889BCC027f0939
Octal21021023314140473601171
Binary100010001000100010011011110011000100111111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88889B; }

 p { color: rgb(136,136,155); }

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

<style>
 a { background-color: #88889B; }

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

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

<style>
 span { border-color: #88889B; }

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

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