Html Css Color HEX #93A7AC Botticelli

📋 copy color: '#93A7AC'

red 147 ◦ green 167 ◦ blue 172

#93A7AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #93A7AC

Tints of Botticelli #93A7AC

RGB

 RED value IS 147 (57.81% from 255) = 30.25%

 GREEN value IS 167 (65.63% from 255) = 34.36%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 30.25%
G = 34.36%
B = 35.39%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#93A7AC (or 0x93A7AC) is known color: Botticelli. HEX triplet: 93, A7 and AC. RGB value is (147,167,172). Sum of RGB (Red+Green+Blue) = 147+167+172=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #93A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AC is #6C5853. Grayscale: #A1A1A1. Windows color (decimal): -7100500 or 11315091. OLE color: 11315091.

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

Color convert

RGB 147 167 172 -
CMYK 0.15 0.03 0 0.33
HSL 192º 0.13% 0.63% -
HSV(B) 192º 0.15% 0.67% -
XYZ 33.3 36.82 44.38 -
YUV 161.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 147 167 172 0.15 0.03 0 0.33 192 0.13 0.63
Hex 93 A7 AC F 3 0 21 C0 D 3F
Octal 223 247 254 17 3 0 41 300 15 77
Binary 10010011 10100111 10101100 1111 11 0 100001 11000000 1101 111111

Color Harmonies of #93A7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7AC

Black with #93A7AC

Text Example


Text Example

White with #93A7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A7AC;
 }
 .AnyTagClassName
 {
   color: #93A7AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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