Html Css Color HEX #9D898F Venus

📋 copy color: '#9D898F'

red 157 ◦ green 137 ◦ blue 143

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

Shades of Venus #9D898F

Tints of Venus #9D898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 35.93%
G = 31.35%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D898F (or 0x9D898F) is known color: Venus. HEX triplet: 9D, 89 and 8F. RGB value is (157,137,143). Sum of RGB (Red+Green+Blue) = 157+137+143=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D898F is #627670. Grayscale: #8F8F8F. Windows color (decimal): -6452849 or 9406877. OLE color: 9406877.

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

Color convert

RGB 157 137 143 -
CMYK 0 0.13 0.09 0.38
HSL 342º 0.09% 0.58% -
HSV(B) 342º 0.13% 0.62% -
XYZ 27.81 27.04 29.74 -
YUV 143.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 157 137 143 0 0.13 0.09 0.38 342 0.09 0.58
Hex 9D 89 8F 0 D 9 26 156 9 3A
Octal 235 211 217 0 15 11 46 526 11 72
Binary 10011101 10001001 10001111 0 1101 1001 100110 101010110 1001 111010

Color Harmonies of #9D898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D898F

Black with #9D898F

Text Example


Text Example

White with #9D898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,137,143); }

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

background-color css

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

 a { background-color: rgb(157,137,143); }

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

border-color css

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

 span { border-color: rgb(157,137,143); }

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