#9C868E

Color #9C868E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #9C868E

Tints of Venus #9C868E

Color information

#9C868E (or 0x9C868E) is unknown color: approx Venus. HEX triplet: 9C, 86 and 8E. RGB value is (156,134,142). Sum of RGB (Red+Green+Blue) = 156+134+142=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C868E is #637971. Grayscale: #8D8D8D. Windows color (decimal): -6519154 or 9340572. OLE color: 9340572.

HSL color Cylindrical-coordinate representation of color #9C868E: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C868E is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB156134142-
CMYK00.140.090.39
HSL338.18º10%56.86%-
HSV(B)338.18º14.1%61.18%-
XYZ27.1226.0729.19-
YUV141.49128.29138.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=36.11%
G=31.02%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613414200.140.090.39338.181056.86
Hex9C868E0E927152a39
Octal23420621601611475221271
Binary1001110010000110100011100111010011001111010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C868E;
 }
 .AnyTagClassName
 {
   color: #9C868E;
 }
</style>
background-color css

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

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

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

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

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

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