Html Css Color HEX #9D8E90 Venus

📋 copy color: '#9D8E90'

red 157 ◦ green 142 ◦ blue 144

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

Shades of Venus #9D8E90

Tints of Venus #9D8E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

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

R = 35.44%
G = 32.05%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D8E90 (or 0x9D8E90) is known color: Venus. HEX triplet: 9D, 8E and 90. RGB value is (157,142,144). Sum of RGB (Red+Green+Blue) = 157+142+144=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8E90 is #62716F. Grayscale: #929292. Windows color (decimal): -6451568 or 9473693. OLE color: 9473693.

HSL color Cylindrical-coordinate representation of color #9D8E90: hue angle of 352º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D8E90 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 142 144 -
CMYK 0 0.10 0.08 0.38
HSL 352º 0.07% 0.59% -
HSV(B) 352º 0.1% 0.62% -
XYZ 28.61 28.53 30.38 -
YUV 146.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 157 142 144 0 0.10 0.08 0.38 352 0.07 0.59
Hex 9D 8E 90 0 A 8 26 160 7 3B
Octal 235 216 220 0 12 10 46 540 7 73
Binary 10011101 10001110 10010000 0 1010 1000 100110 101100000 111 111011

Color Harmonies of #9D8E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8E90

Black with #9D8E90

Text Example


Text Example

White with #9D8E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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