#97868D

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

Shades of Venus #97868D

Tints of Venus #97868D

Color information

#97868D (or 0x97868D) is unknown color: approx Venus. HEX triplet: 97, 86 and 8D. RGB value is (151,134,141). Sum of RGB (Red+Green+Blue) = 151+134+141=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #97868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97868D is #687972. Grayscale: #8B8B8B. Windows color (decimal): -6846835 or 9275031. OLE color: 9275031.

HSL color Cylindrical-coordinate representation of color #97868D: hue angle of 335.29º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97868D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151134141-
CMYK00.110.070.41
HSL335.29º7.56%55.88%-
HSV(B)335.29º11.26%59.22%-
XYZ26.125.5528.76-
YUV139.88128.63135.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=35.45%
G=31.46%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113414100.110.070.41335.297.5655.88
Hex97868D0B72914f838
Octal2272062150137515171070
Binary100101111000011010001101010111111010011010011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97868D; }

 p { color: rgb(151,134,141); }

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

<style>
 a { background-color: #97868D; }

 a { background-color: rgb(151,134,141); }

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

<style>
 span { border-color: #97868D; }

 span { border-color: rgb(151,134,141); }

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