Html Css Color HEX #9F868E Venus

📋 copy color: '#9F868E'

red 159 ◦ green 134 ◦ blue 142

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

Shades of Venus #9F868E

Tints of Venus #9F868E

RGB

 RED value IS 159 (62.5% from 255) = 36.55%

 GREEN value IS 134 (52.73% from 255) = 30.8%

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 36.55%
G = 30.8%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F868E (or 0x9F868E) is known color: Venus. HEX triplet: 9F, 86 and 8E. RGB value is (159,134,142). Sum of RGB (Red+Green+Blue) = 159+134+142=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F868E is #607971. Grayscale: #8E8E8E. Windows color (decimal): -6322546 or 9340575. OLE color: 9340575.

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

Color convert

RGB 159 134 142 -
CMYK 0 0.16 0.11 0.38
HSL 340.8º 0.12% 0.57% -
HSV(B) 340.8º 0.16% 0.62% -
XYZ 27.71 26.37 29.22 -
YUV 142.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 159 134 142 0 0.16 0.11 0.38 340.8 0.12 0.57
Hex 9F 86 8E 0 10 B 26 155 C 39
Octal 237 206 216 0 20 13 46 525 14 71
Binary 10011111 10000110 10001110 0 10000 1011 100110 101010101 1100 111001

Color Harmonies of #9F868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F868E

Black with #9F868E

Text Example


Text Example

White with #9F868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,134,142); }

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

background-color css

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

 a { background-color: rgb(159,134,142); }

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

border-color css

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

 span { border-color: rgb(159,134,142); }

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