#989BA8

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

Shades of Manatee #989BA8

Tints of Manatee #989BA8

Color information

#989BA8 (or 0x989BA8) is unknown color: approx Manatee. HEX triplet: 98, 9B and A8. RGB value is (152,155,168). Sum of RGB (Red+Green+Blue) = 152+155+168=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #989BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA8 is #676457. Grayscale: #9B9B9B. Windows color (decimal): -6775896 or 11049880. OLE color: 11049880.

HSL color Cylindrical-coordinate representation of color #989BA8: hue angle of 228.75º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989BA8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB152155168-
CMYK0.100.0800.34
HSL228.75º8.42%62.75%-
HSV(B)228.75º9.52%65.88%-
XYZ31.7432.9541.73-
YUV155.58135.01125.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=32%
G=32.63%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521551680.100.0800.34228.758.4262.75
Hex989BA8A8022e583f
Octal23023325012100423451077
Binary100110001001101110101000101010000100010111001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989BA8; }

 p { color: rgb(152,155,168); }

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

<style>
 a { background-color: #989BA8; }

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

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

<style>
 span { border-color: #989BA8; }

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

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