Html Css Color HEX #9B898D Venus

📋 copy color: '#9B898D'

red 155 ◦ green 137 ◦ blue 141

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

Shades of Venus #9B898D

Tints of Venus #9B898D

RGB

 RED value IS 155 (60.94% from 255) = 35.8%

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

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

R = 35.8%
G = 31.64%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B898D (or 0x9B898D) is known color: Venus. HEX triplet: 9B, 89 and 8D. RGB value is (155,137,141). Sum of RGB (Red+Green+Blue) = 155+137+141=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B898D is #647672. Grayscale: #8E8E8E. Windows color (decimal): -6583923 or 9275803. OLE color: 9275803.

HSL color Cylindrical-coordinate representation of color #9B898D: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B898D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 141 -
CMYK 0 0.12 0.09 0.39
HSL 346.67º 0.08% 0.57% -
HSV(B) 346.67º 0.12% 0.61% -
XYZ 27.27 26.78 28.93 -
YUV 142.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 155 137 141 0 0.12 0.09 0.39 346.67 0.08 0.57
Hex 9B 89 8D 0 C 9 27 15B 8 39
Octal 233 211 215 0 14 11 47 533 10 71
Binary 10011011 10001001 10001101 0 1100 1001 100111 101011011 1000 111001

Color Harmonies of #9B898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B898D

Black with #9B898D

Text Example


Text Example

White with #9B898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B898D; }

 p { color: rgb(155,137,141); }

 H1.HeaderClassName
 {
   color: #9B898D;
 }
 .AnyTagClassName
 {
   color: #9B898D;
 }
</style>

background-color css

<style>
 a { background-color: #9B898D; }

 a { background-color: rgb(155,137,141); }

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

border-color css

<style>
 span { border-color: #9B898D; }

 span { border-color: rgb(155,137,141); }

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