Html Css Color HEX #9A898D Venus

📋 copy color: '#9A898D'

red 154 ◦ green 137 ◦ blue 141

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

Shades of Venus #9A898D

Tints of Venus #9A898D

RGB

 RED value IS 154 (60.55% from 255) = 35.65%

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

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

R = 35.65%
G = 31.71%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A898D (or 0x9A898D) is known color: Venus. HEX triplet: 9A, 89 and 8D. RGB value is (154,137,141). Sum of RGB (Red+Green+Blue) = 154+137+141=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A898D is #657672. Grayscale: #8E8E8E. Windows color (decimal): -6649459 or 9275802. OLE color: 9275802.

HSL color Cylindrical-coordinate representation of color #9A898D: hue angle of 345.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A898D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 137 141 -
CMYK 0 0.11 0.08 0.40
HSL 345.88º 0.08% 0.57% -
HSV(B) 345.88º 0.11% 0.6% -
XYZ 27.08 26.68 28.92 -
YUV 142.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 154 137 141 0 0.11 0.08 0.40 345.88 0.08 0.57
Hex 9A 89 8D 0 B 8 28 15A 8 39
Octal 232 211 215 0 13 10 50 532 10 71
Binary 10011010 10001001 10001101 0 1011 1000 101000 101011010 1000 111001

Color Harmonies of #9A898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A898D

Black with #9A898D

Text Example


Text Example

White with #9A898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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