Html Css Color HEX #97898C Venus

📋 copy color: '#97898C'

red 151 ◦ green 137 ◦ blue 140

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

Shades of Venus #97898C

Tints of Venus #97898C

RGB

 RED value IS 151 (59.38% from 255) = 35.28%

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 35.28%
G = 32.01%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97898C (or 0x97898C) is known color: Venus. HEX triplet: 97, 89 and 8C. RGB value is (151,137,140). Sum of RGB (Red+Green+Blue) = 151+137+140=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #97898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97898C is #687673. Grayscale: #8D8D8D. Windows color (decimal): -6846068 or 9210263. OLE color: 9210263.

HSL color Cylindrical-coordinate representation of color #97898C: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97898C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 137 140 -
CMYK 0 0.09 0.07 0.41
HSL 347.14º 0.06% 0.56% -
HSV(B) 347.14º 0.09% 0.59% -
XYZ 26.44 26.36 28.51 -
YUV 141.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 151 137 140 0 0.09 0.07 0.41 347.14 0.06 0.56
Hex 97 89 8C 0 9 7 29 15B 6 38
Octal 227 211 214 0 11 7 51 533 6 70
Binary 10010111 10001001 10001100 0 1001 111 101001 101011011 110 111000

Color Harmonies of #97898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97898C

Black with #97898C

Text Example


Text Example

White with #97898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97898C; }

 p { color: rgb(151,137,140); }

 H1.HeaderClassName
 {
   color: #97898C;
 }
 .AnyTagClassName
 {
   color: #97898C;
 }
</style>

background-color css

<style>
 a { background-color: #97898C; }

 a { background-color: rgb(151,137,140); }

 div.DivClassName
 {
   background-color: #97898C;
 }
 .BgClassName
 {
   background-color: #97898C;
 }
</style>

border-color css

<style>
 span { border-color: #97898C; }

 span { border-color: rgb(151,137,140); }

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