#93A7AD

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

Shades of Botticelli #93A7AD

Tints of Botticelli #93A7AD

Color information

#93A7AD (or 0x93A7AD) is unknown color: approx Botticelli. HEX triplet: 93, A7 and AD. RGB value is (147,167,173). Sum of RGB (Red+Green+Blue) = 147+167+173=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AD is #6C5852. Grayscale: #A1A1A1. Windows color (decimal): -7100499 or 11380627. OLE color: 11380627.

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

Color convert

RGB147167173-
CMYK0.150.0300.32
HSL193.85º13.68%62.75%-
HSV(B)193.85º15.03%67.84%-
XYZ33.3936.8644.89-
YUV161.7134.37117.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=30.18%
G=34.29%
B=35.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471671730.150.0300.32193.8513.6862.75
Hex93A7ADF3020c2e3f
Octal2232472551730403021677
Binary1001001110100111101011011111110100000110000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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