#93A7AE

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

Shades of Botticelli #93A7AE

Tints of Botticelli #93A7AE

Color information

#93A7AE (or 0x93A7AE) is unknown color: approx Botticelli. HEX triplet: 93, A7 and AE. RGB value is (147,167,174). Sum of RGB (Red+Green+Blue) = 147+167+174=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #93A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AE is #6C5851. Grayscale: #A1A1A1. Windows color (decimal): -7100498 or 11446163. OLE color: 11446163.

HSL color Cylindrical-coordinate representation of color #93A7AE: hue angle of 195.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93A7AE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147167174-
CMYK0.160.0400.32
HSL195.56º14.29%62.94%-
HSV(B)195.56º15.52%68.24%-
XYZ33.4936.945.4-
YUV161.82134.87117.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=30.12%
G=34.22%
B=35.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471671740.160.0400.32195.5614.2962.94
Hex93A7AE104020c4e3f
Octal2232472562040403041677
Binary100100111010011110101110100001000100000110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A7AE; }

 p { color: rgb(147,167,174); }

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

<style>
 a { background-color: #93A7AE; }

 a { background-color: rgb(147,167,174); }

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

<style>
 span { border-color: #93A7AE; }

 span { border-color: rgb(147,167,174); }

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