#8FA5AF

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

Shades of Botticelli #8FA5AF

Tints of Botticelli #8FA5AF

Color information

#8FA5AF (or 0x8FA5AF) is unknown color: approx Botticelli. HEX triplet: 8F, A5 and AF. RGB value is (143,165,175). Sum of RGB (Red+Green+Blue) = 143+165+175=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA5AF is #705A50. Grayscale: #9F9F9F. Windows color (decimal): -7363153 or 11511183. OLE color: 11511183.

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

Color convert

RGB143165175-
CMYK0.180.0600.31
HSL198.75º16.67%62.35%-
HSV(B)198.75º18.29%68.63%-
XYZ32.5235.8545.76-
YUV159.56136.71116.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=29.61%
G=34.16%
B=36.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431651750.180.0600.31198.7516.6762.35
Hex8FA5AF12601Fc7113e
Octal2172452572260373072176
Binary100011111010010110101111100101100111111100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,175); }

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

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

 a { background-color: rgb(143,165,175); }

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

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

 span { border-color: rgb(143,165,175); }

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