Html Css Color HEX #97858A Venus

📋 copy color: '#97858A'

red 151 ◦ green 133 ◦ blue 138

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

Shades of Venus #97858A

Tints of Venus #97858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 35.78%
G = 31.52%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97858A (or 0x97858A) is known color: Venus. HEX triplet: 97, 85 and 8A. RGB value is (151,133,138). Sum of RGB (Red+Green+Blue) = 151+133+138=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #97858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97858A is #687A75. Grayscale: #8A8A8A. Windows color (decimal): -6847094 or 9078167. OLE color: 9078167.

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

Color convert

RGB 151 133 138 -
CMYK 0 0.12 0.09 0.41
HSL 343.33º 0.08% 0.56% -
HSV(B) 343.33º 0.12% 0.59% -
XYZ 25.74 25.19 27.55 -
YUV 138.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 151 133 138 0 0.12 0.09 0.41 343.33 0.08 0.56
Hex 97 85 8A 0 C 9 29 157 8 38
Octal 227 205 212 0 14 11 51 527 10 70
Binary 10010111 10000101 10001010 0 1100 1001 101001 101010111 1000 111000

Color Harmonies of #97858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97858A

Black with #97858A

Text Example


Text Example

White with #97858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97858A; }

 p { color: rgb(151,133,138); }

 H1.HeaderClassName
 {
   color: #97858A;
 }
 .AnyTagClassName
 {
   color: #97858A;
 }
</style>

background-color css

<style>
 a { background-color: #97858A; }

 a { background-color: rgb(151,133,138); }

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

border-color css

<style>
 span { border-color: #97858A; }

 span { border-color: rgb(151,133,138); }

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