#989AA3

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

Shades of Manatee #989AA3

Tints of Manatee #989AA3

Color information

#989AA3 (or 0x989AA3) is unknown color: approx Manatee. HEX triplet: 98, 9A and A3. RGB value is (152,154,163). Sum of RGB (Red+Green+Blue) = 152+154+163=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #989AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AA3 is #67655C. Grayscale: #9A9A9A. Windows color (decimal): -6776157 or 10721944. OLE color: 10721944.

HSL color Cylindrical-coordinate representation of color #989AA3: hue angle of 229.09º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #989AA3 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152154163-
CMYK0.070.0600.36
HSL229.09º5.64%61.76%-
HSV(B)229.09º6.75%63.92%-
XYZ31.1232.4339.27-
YUV154.43132.84126.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=32.41%
G=32.84%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521541630.070.0600.36229.095.6461.76
Hex989AA376024e563e
Octal23023224376044345676
Binary100110001001101010100011111110010010011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,154,163); }

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

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

 a { background-color: rgb(152,154,163); }

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

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

 span { border-color: rgb(152,154,163); }

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