#888A98

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

Shades of Manatee #888A98

Tints of Manatee #888A98

Color information

#888A98 (or 0x888A98) is unknown color: approx Manatee. HEX triplet: 88, 8A and 98. RGB value is (136,138,152). Sum of RGB (Red+Green+Blue) = 136+138+152=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #888A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A98 is #777567. Grayscale: #8A8A8A. Windows color (decimal): -7828840 or 9996936. OLE color: 9996936.

HSL color Cylindrical-coordinate representation of color #888A98: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888A98 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136138152-
CMYK0.110.0900.40
HSL232.5º7.21%56.47%-
HSV(B)232.5º10.53%59.61%-
XYZ24.9125.6833.35-
YUV139135.34125.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=31.92%
G=32.39%
B=35.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361381520.110.0900.40232.57.2156.47
Hex888A98B9028e8738
Octal2102122301311050350770
Binary10001000100010101001100010111001010100011101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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