#8FA5AA

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

Shades of Botticelli #8FA5AA

Tints of Botticelli #8FA5AA

Color information

#8FA5AA (or 0x8FA5AA) is unknown color: approx Botticelli. HEX triplet: 8F, A5 and AA. RGB value is (143,165,170). Sum of RGB (Red+Green+Blue) = 143+165+170=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #8FA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA5AA is #705A55. Grayscale: #9E9E9E. Windows color (decimal): -7363158 or 11183503. OLE color: 11183503.

HSL color Cylindrical-coordinate representation of color #8FA5AA: hue angle of 191.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA5AA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143165170-
CMYK0.160.0300.33
HSL191.11º13.71%61.37%-
HSV(B)191.11º15.88%66.67%-
XYZ32.0435.6543.22-
YUV158.99134.21116.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=29.92%
G=34.52%
B=35.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431651700.160.0300.33191.1113.7161.37
Hex8FA5AA103021bfe3d
Octal2172452522030412771675
Binary10001111101001011010101010000110100001101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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