#989BA3

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

Shades of Manatee #989BA3

Tints of Manatee #989BA3

Color information

#989BA3 (or 0x989BA3) is unknown color: approx Manatee. HEX triplet: 98, 9B and A3. RGB value is (152,155,163). Sum of RGB (Red+Green+Blue) = 152+155+163=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #989BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA3 is #67645C. Grayscale: #9A9A9A. Windows color (decimal): -6775901 or 10722200. OLE color: 10722200.

HSL color Cylindrical-coordinate representation of color #989BA3: hue angle of 223.64º 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 #989BA3 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152155163-
CMYK0.070.0500.36
HSL223.64º5.64%61.76%-
HSV(B)223.64º6.75%63.92%-
XYZ31.2832.7639.33-
YUV155.01132.51125.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=32.34%
G=32.98%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521551630.070.0500.36223.645.6461.76
Hex989BA375024e063e
Octal23023324375044340676
Binary100110001001101110100011111101010010011100000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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