Html Css Color HEX #97888D Venus

📋 copy color: '#97888D'

red 151 ◦ green 136 ◦ blue 141

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

Shades of Venus #97888D

Tints of Venus #97888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 35.28%
G = 31.78%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97888D (or 0x97888D) is known color: Venus. HEX triplet: 97, 88 and 8D. RGB value is (151,136,141). Sum of RGB (Red+Green+Blue) = 151+136+141=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #97888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97888D is #687772. Grayscale: #8D8D8D. Windows color (decimal): -6846323 or 9275543. OLE color: 9275543.

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

Color convert

RGB 151 136 141 -
CMYK 0 0.10 0.07 0.41
HSL 340º 0.07% 0.56% -
HSV(B) 340º 0.1% 0.59% -
XYZ 26.37 26.11 28.85 -
YUV 141.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 151 136 141 0 0.10 0.07 0.41 340 0.07 0.56
Hex 97 88 8D 0 A 7 29 154 7 38
Octal 227 210 215 0 12 7 51 524 7 70
Binary 10010111 10001000 10001101 0 1010 111 101001 101010100 111 111000

Color Harmonies of #97888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97888D

Black with #97888D

Text Example


Text Example

White with #97888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,136,141); }

 H1.HeaderClassName
 {
   color: #97888D;
 }
 .AnyTagClassName
 {
   color: #97888D;
 }
</style>

background-color css

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

 a { background-color: rgb(151,136,141); }

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

border-color css

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

 span { border-color: rgb(151,136,141); }

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