#97838A

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

Shades of Venus #97838A

Tints of Venus #97838A

Color information

#97838A (or 0x97838A) is unknown color: approx Venus. HEX triplet: 97, 83 and 8A. RGB value is (151,131,138). Sum of RGB (Red+Green+Blue) = 151+131+138=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97838A is #687C75. Grayscale: #898989. Windows color (decimal): -6847606 or 9077655. OLE color: 9077655.

HSL color Cylindrical-coordinate representation of color #97838A: hue angle of 339º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97838A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151131138-
CMYK00.130.090.41
HSL339º8.77%55.29%-
HSV(B)339º13.25%59.22%-
XYZ25.4724.6527.46-
YUV137.78128.13137.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=35.95%
G=31.19%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113113800.130.090.413398.7755.29
Hex97838A0D929153937
Octal22720321201511515231167
Binary1001011110000011100010100110110011010011010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97838A; }

 p { color: rgb(151,131,138); }

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

<style>
 a { background-color: #97838A; }

 a { background-color: rgb(151,131,138); }

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

<style>
 span { border-color: #97838A; }

 span { border-color: rgb(151,131,138); }

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