#8FA7AE

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

Shades of Botticelli #8FA7AE

Tints of Botticelli #8FA7AE

Color information

#8FA7AE (or 0x8FA7AE) is unknown color: approx Botticelli. HEX triplet: 8F, A7 and AE. RGB value is (143,167,174). Sum of RGB (Red+Green+Blue) = 143+167+174=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA7AE is #705851. Grayscale: #A0A0A0. Windows color (decimal): -7362642 or 11446159. OLE color: 11446159.

HSL color Cylindrical-coordinate representation of color #8FA7AE: hue angle of 193.55º 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 #8FA7AE is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143167174-
CMYK0.180.0400.32
HSL193.55º16.06%62.16%-
HSV(B)193.55º17.82%68.24%-
XYZ32.7936.5345.37-
YUV160.62135.55115.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=29.55%
G=34.50%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431671740.180.0400.32193.5516.0662.16
Hex8FA7AE124020c2103e
Octal2172472562240403022076
Binary1000111110100111101011101001010001000001100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,174); }

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

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

 a { background-color: rgb(143,167,174); }

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

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

 span { border-color: rgb(143,167,174); }

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