Html Css Color HEX #9D8A90 Venus

📋 copy color: '#9D8A90'

red 157 ◦ green 138 ◦ blue 144

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

Shades of Venus #9D8A90

Tints of Venus #9D8A90

RGB

 RED value IS 157 (61.72% from 255) = 35.76%

 GREEN value IS 138 (54.3% from 255) = 31.44%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 35.76%
G = 31.44%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D8A90 (or 0x9D8A90) is known color: Venus. HEX triplet: 9D, 8A and 90. RGB value is (157,138,144). Sum of RGB (Red+Green+Blue) = 157+138+144=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8A90 is #62756F. Grayscale: #909090. Windows color (decimal): -6452592 or 9472669. OLE color: 9472669.

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

Color convert

RGB 157 138 144 -
CMYK 0 0.12 0.08 0.38
HSL 341.05º 0.09% 0.58% -
HSV(B) 341.05º 0.12% 0.62% -
XYZ 28.03 27.36 30.19 -
YUV 144.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 157 138 144 0 0.12 0.08 0.38 341.05 0.09 0.58
Hex 9D 8A 90 0 C 8 26 155 9 3A
Octal 235 212 220 0 14 10 46 525 11 72
Binary 10011101 10001010 10010000 0 1100 1000 100110 101010101 1001 111010

Color Harmonies of #9D8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A90

Black with #9D8A90

Text Example


Text Example

White with #9D8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,144); }

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

background-color css

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

 a { background-color: rgb(157,138,144); }

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

border-color css

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

 span { border-color: rgb(157,138,144); }

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