#8FA7B1

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

Shades of Botticelli #8FA7B1

Tints of Botticelli #8FA7B1

Color information

#8FA7B1 (or 0x8FA7B1) is unknown color: approx Botticelli. HEX triplet: 8F, A7 and B1. RGB value is (143,167,177). Sum of RGB (Red+Green+Blue) = 143+167+177=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8FA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA7B1 is #70584E. Grayscale: #A0A0A0. Windows color (decimal): -7362639 or 11642767. OLE color: 11642767.

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

Color convert

RGB143167177-
CMYK0.190.0600.31
HSL197.65º17.89%62.75%-
HSV(B)197.65º19.21%69.41%-
XYZ33.0836.6546.93-
YUV160.96137.05115.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=29.36%
G=34.29%
B=36.34%

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
Decimal1431671770.190.0600.31197.6517.8962.75
Hex8FA7B113601Fc6123f
Octal2172472612360373062277
Binary100011111010011110110001100111100111111100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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