#97A4A9

Color #97A4A9 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #97A4A9

Tints of Botticelli #97A4A9

Color information

#97A4A9 (or 0x97A4A9) is unknown color: approx Botticelli. HEX triplet: 97, A4 and A9. RGB value is (151,164,169). Sum of RGB (Red+Green+Blue) = 151+164+169=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 169 - color contains mainly: blue. Hex color #97A4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A4A9 is #685B56. Grayscale: #A0A0A0. Windows color (decimal): -6839127 or 11117719. OLE color: 11117719.

HSL color Cylindrical-coordinate representation of color #97A4A9: hue angle of 196.67º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97A4A9 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB151164169-
CMYK0.110.0300.34
HSL196.67º9.47%62.75%-
HSV(B)196.67º10.65%66.27%-
XYZ33.235.9942.73-
YUV160.68132.69121.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=31.20%
G=33.88%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511641690.110.0300.34196.679.4762.75
Hex97A4A9B3022c593f
Octal2272442511330423051177
Binary1001011110100100101010011011110100010110001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A4A9; }

 p { color: rgb(151,164,169); }

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

<style>
 a { background-color: #97A4A9; }

 a { background-color: rgb(151,164,169); }

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

<style>
 span { border-color: #97A4A9; }

 span { border-color: rgb(151,164,169); }

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