#97828B

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

Shades of Venus #97828B

Tints of Venus #97828B

Color information

#97828B (or 0x97828B) is unknown color: approx Venus. HEX triplet: 97, 82 and 8B. RGB value is (151,130,139). Sum of RGB (Red+Green+Blue) = 151+130+139=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97828B is #687D74. Grayscale: #898989. Windows color (decimal): -6847861 or 9142935. OLE color: 9142935.

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

Color convert

RGB151130139-
CMYK00.140.080.41
HSL334.29º9.17%55.1%-
HSV(B)334.29º13.91%59.22%-
XYZ25.4124.4127.8-
YUV137.3128.96137.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=35.95%
G=30.95%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113013900.140.080.41334.299.1755.1
Hex97828B0E82914e937
Octal22720221301610515161167
Binary1001011110000010100010110111010001010011010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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