#97838B

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

Shades of Venus #97838B

Tints of Venus #97838B

Color information

#97838B (or 0x97838B) is unknown color: approx Venus. HEX triplet: 97, 83 and 8B. RGB value is (151,131,139). Sum of RGB (Red+Green+Blue) = 151+131+139=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #97838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97838B is #687C74. Grayscale: #898989. Windows color (decimal): -6847605 or 9143191. OLE color: 9143191.

HSL color Cylindrical-coordinate representation of color #97838B: hue angle of 336º 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 #97838B is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB151131139-
CMYK00.130.080.41
HSL336º8.77%55.29%-
HSV(B)336º13.25%59.22%-
XYZ25.5424.6827.84-
YUV137.89128.63137.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=35.87%
G=31.12%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113113900.130.080.413368.7755.29
Hex97838B0D829150937
Octal22720321301510515201167
Binary1001011110000011100010110110110001010011010100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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