#97989D

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

Shades of Manatee #97989D

Tints of Manatee #97989D

Color information

#97989D (or 0x97989D) is unknown color: approx Manatee. HEX triplet: 97, 98 and 9D. RGB value is (151,152,157). Sum of RGB (Red+Green+Blue) = 151+152+157=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 157 - color contains mainly: blue. Hex color #97989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97989D is #686762. Grayscale: #989898. Windows color (decimal): -6842211 or 10328215. OLE color: 10328215.

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

Color convert

RGB151152157-
CMYK0.040.0300.38
HSL230º2.97%60.39%-
HSV(B)230º3.82%61.57%-
XYZ30.0831.4736.39-
YUV152.27130.67127.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=32.83%
G=33.04%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511521570.040.0300.382302.9760.39
Hex97989D43026e633c
Octal22723023543046346374
Binary1001011110011000100111011001101001101110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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