#93A7AB

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

Shades of Botticelli #93A7AB

Tints of Botticelli #93A7AB

Color information

#93A7AB (or 0x93A7AB) is unknown color: approx Botticelli. HEX triplet: 93, A7 and AB. RGB value is (147,167,171). Sum of RGB (Red+Green+Blue) = 147+167+171=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AB is #6C5854. Grayscale: #A1A1A1. Windows color (decimal): -7100501 or 11249555. OLE color: 11249555.

HSL color Cylindrical-coordinate representation of color #93A7AB: hue angle of 190º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A7AB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147167171-
CMYK0.140.0200.33
HSL190º12.5%62.35%-
HSV(B)190º14.04%67.06%-
XYZ33.236.7843.88-
YUV161.48133.37117.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=30.31%
G=34.43%
B=35.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471671710.140.0200.3319012.562.35
Hex93A7ABE2021bec3e
Octal2232472531620412761476
Binary1001001110100111101010111110100100001101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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