#97989B

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

Shades of Manatee #97989B

Tints of Manatee #97989B

Color information

#97989B (or 0x97989B) is unknown color: approx Manatee. HEX triplet: 97, 98 and 9B. RGB value is (151,152,155). Sum of RGB (Red+Green+Blue) = 151+152+155=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #97989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97989B is #686764. Grayscale: #989898. Windows color (decimal): -6842213 or 10197143. OLE color: 10197143.

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

Color convert

RGB151152155-
CMYK0.030.0200.39
HSL225º1.96%60%-
HSV(B)225º2.58%60.78%-
XYZ29.9131.435.5-
YUV152.04129.67127.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=32.97%
G=33.19%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511521550.030.0200.392251.9660
Hex97989B32027e123c
Octal22723023332047341274
Binary100101111001100010011011111001001111110000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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