#8DA4AF

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

Shades of Botticelli #8DA4AF

Tints of Botticelli #8DA4AF

Color information

#8DA4AF (or 0x8DA4AF) is unknown color: approx Botticelli. HEX triplet: 8D, A4 and AF. RGB value is (141,164,175). Sum of RGB (Red+Green+Blue) = 141+164+175=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DA4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA4AF is #725B50. Grayscale: #9E9E9E. Windows color (decimal): -7494481 or 11510925. OLE color: 11510925.

HSL color Cylindrical-coordinate representation of color #8DA4AF: hue angle of 199.41º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA4AF is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141164175-
CMYK0.190.0600.31
HSL199.41º17.53%61.96%-
HSV(B)199.41º19.43%68.63%-
XYZ3235.3145.69-
YUV158.38137.38115.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=29.38%
G=34.17%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411641750.190.0600.31199.4117.5361.96
Hex8DA4AF13601Fc7123e
Octal2152442572360373072276
Binary100011011010010010101111100111100111111100011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,175); }

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

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

 a { background-color: rgb(141,164,175); }

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

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

 span { border-color: rgb(141,164,175); }

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