Html Css Color HEX #9E8087 Venus

📋 copy color: '#9E8087'

red 158 ◦ green 128 ◦ blue 135

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

Shades of Venus #9E8087

Tints of Venus #9E8087

RGB

 RED value IS 158 (62.11% from 255) = 37.53%

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 37.53%
G = 30.4%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E8087 (or 0x9E8087) is known color: Venus. HEX triplet: 9E, 80 and 87. RGB value is (158,128,135). Sum of RGB (Red+Green+Blue) = 158+128+135=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8087 is #617F78. Grayscale: #898989. Windows color (decimal): -6389625 or 8880286. OLE color: 8880286.

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

Color convert

RGB 158 128 135 -
CMYK 0 0.19 0.15 0.38
HSL 346º 0.13% 0.56% -
HSV(B) 346º 0.19% 0.62% -
XYZ 26.19 24.46 26.26 -
YUV 137.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 158 128 135 0 0.19 0.15 0.38 346 0.13 0.56
Hex 9E 80 87 0 13 F 26 15A D 38
Octal 236 200 207 0 23 17 46 532 15 70
Binary 10011110 10000000 10000111 0 10011 1111 100110 101011010 1101 111000

Color Harmonies of #9E8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8087

Black with #9E8087

Text Example


Text Example

White with #9E8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,128,135); }

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

background-color css

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

 a { background-color: rgb(158,128,135); }

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

border-color css

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

 span { border-color: rgb(158,128,135); }

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