#8FA4AC

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

Shades of Botticelli #8FA4AC

Tints of Botticelli #8FA4AC

Color information

#8FA4AC (or 0x8FA4AC) is unknown color: approx Botticelli. HEX triplet: 8F, A4 and AC. RGB value is (143,164,172). Sum of RGB (Red+Green+Blue) = 143+164+172=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA4AC is #705B53. Grayscale: #9E9E9E. Windows color (decimal): -7363412 or 11314319. OLE color: 11314319.

HSL color Cylindrical-coordinate representation of color #8FA4AC: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA4AC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143164172-
CMYK0.170.0500.33
HSL196.55º14.87%61.76%-
HSV(B)196.55º16.86%67.45%-
XYZ32.0535.3744.17-
YUV158.63135.54116.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.85%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=29.85%
G=34.24%
B=35.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431641720.170.0500.33196.5514.8761.76
Hex8FA4AC115021c5f3e
Octal2172442542150413051776
Binary100011111010010010101100100011010100001110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,172); }

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

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

 a { background-color: rgb(143,164,172); }

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

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

 span { border-color: rgb(143,164,172); }

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