#97818A

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

Shades of Venus #97818A

Tints of Venus #97818A

Color information

#97818A (or 0x97818A) is unknown color: approx Venus. HEX triplet: 97, 81 and 8A. RGB value is (151,129,138). Sum of RGB (Red+Green+Blue) = 151+129+138=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #97818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97818A is #687E75. Grayscale: #888888. Windows color (decimal): -6848118 or 9077143. OLE color: 9077143.

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

Color convert

RGB151129138-
CMYK00.150.090.41
HSL335.45º9.57%54.9%-
HSV(B)335.45º14.57%59.22%-
XYZ25.224.1127.37-
YUV136.6128.79138.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=36.12%
G=30.86%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112913800.150.090.41335.459.5754.9
Hex97818A0F92914fa37
Octal22720121201711515171267
Binary1001011110000001100010100111110011010011010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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