Html Css Color HEX #93A7AE Botticelli

📋 copy color: '#93A7AE'

red 147 ◦ green 167 ◦ blue 174

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

Shades of Botticelli #93A7AE

Tints of Botticelli #93A7AE

RGB

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

 GREEN value IS 167 (65.63% 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 value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#93A7AE (or 0x93A7AE) is known color: 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

RGB 147 167 174 -
CMYK 0.16 0.04 0 0.32
HSL 195.56º 0.14% 0.63% -
HSV(B) 195.56º 0.16% 0.68% -
XYZ 33.49 36.9 45.4 -
YUV 161.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 147 167 174 0.16 0.04 0 0.32 195.56 0.14 0.63
Hex 93 A7 AE 10 4 0 20 C4 E 3F
Octal 223 247 256 20 4 0 40 304 16 77
Binary 10010011 10100111 10101110 10000 100 0 100000 11000100 1110 111111

Color Harmonies of #93A7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7AE

Black with #93A7AE

Text Example


Text Example

White with #93A7AE

Text Example


Text Example

HTML Codes & Css Web 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>