Html Css Color HEX #97989D Manatee

📋 copy color: '#97989D'

red 151 ◦ green 152 ◦ blue 157

#97989D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #97989D

Tints of Manatee #97989D

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 value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97989D (or 0x97989D) is known color: 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

RGB 151 152 157 -
CMYK 0.04 0.03 0 0.38
HSL 230º 0.03% 0.6% -
HSV(B) 230º 0.04% 0.62% -
XYZ 30.08 31.47 36.39 -
YUV 152.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 151 152 157 0.04 0.03 0 0.38 230 0.03 0.6
Hex 97 98 9D 4 3 0 26 E6 3 3C
Octal 227 230 235 4 3 0 46 346 3 74
Binary 10010111 10011000 10011101 100 11 0 100110 11100110 11 111100

Color Harmonies of #97989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97989D

Black with #97989D

Text Example


Text Example

White with #97989D

Text Example


Text Example

HTML Codes & Css Web 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>