#8DA5AD

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

Shades of Botticelli #8DA5AD

Tints of Botticelli #8DA5AD

Color information

#8DA5AD (or 0x8DA5AD) is unknown color: approx Botticelli. HEX triplet: 8D, A5 and AD. RGB value is (141,165,173). Sum of RGB (Red+Green+Blue) = 141+165+173=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA5AD is #725A52. Grayscale: #9E9E9E. Windows color (decimal): -7494227 or 11380109. OLE color: 11380109.

HSL color Cylindrical-coordinate representation of color #8DA5AD: hue angle of 195º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA5AD is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141165173-
CMYK0.180.0500.32
HSL195º16.33%61.57%-
HSV(B)195º18.5%67.84%-
XYZ31.9835.5944.72-
YUV158.74136.05115.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=29.44%
G=34.45%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411651730.180.0500.3219516.3361.57
Hex8DA5AD125020c3103e
Octal2152452552250403032076
Binary1000110110100101101011011001010101000001100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA5AD; }

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

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

<style>
 a { background-color: #8DA5AD; }

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

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

<style>
 span { border-color: #8DA5AD; }

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

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