Html Css Color HEX #94A5AD Botticelli

📋 copy color: '#94A5AD'

red 148 ◦ green 165 ◦ blue 173

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

Shades of Botticelli #94A5AD

Tints of Botticelli #94A5AD

RGB

 RED value IS 148 (58.2% from 255) = 30.45%

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 30.45%
G = 33.95%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#94A5AD (or 0x94A5AD) is known color: Botticelli. HEX triplet: 94, A5 and AD. RGB value is (148,165,173). Sum of RGB (Red+Green+Blue) = 148+165+173=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #94A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A5AD is #6B5A52. Grayscale: #A0A0A0. Windows color (decimal): -7035475 or 11380116. OLE color: 11380116.

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

Color convert

RGB 148 165 173 -
CMYK 0.14 0.05 0 0.32
HSL 199.2º 0.13% 0.63% -
HSV(B) 199.2º 0.14% 0.68% -
XYZ 33.21 36.22 44.78 -
YUV 160.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 148 165 173 0.14 0.05 0 0.32 199.2 0.13 0.63
Hex 94 A5 AD E 5 0 20 C7 D 3F
Octal 224 245 255 16 5 0 40 307 15 77
Binary 10010100 10100101 10101101 1110 101 0 100000 11000111 1101 111111

Color Harmonies of #94A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A5AD

Black with #94A5AD

Text Example


Text Example

White with #94A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A5AD; }

 p { color: rgb(148,165,173); }

 H1.HeaderClassName
 {
   color: #94A5AD;
 }
 .AnyTagClassName
 {
   color: #94A5AD;
 }
</style>

background-color css

<style>
 a { background-color: #94A5AD; }

 a { background-color: rgb(148,165,173); }

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

border-color css

<style>
 span { border-color: #94A5AD; }

 span { border-color: rgb(148,165,173); }

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