#8FA1CF

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

Shades of Polo Blue #8FA1CF

Tints of Polo Blue #8FA1CF

Color information

#8FA1CF (or 0x8FA1CF) is unknown color: approx Polo Blue. HEX triplet: 8F, A1 and CF. RGB value is (143,161,207). Sum of RGB (Red+Green+Blue) = 143+161+207=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1CF is #705E30. Grayscale: #A0A0A0. Windows color (decimal): -7364145 or 13607311. OLE color: 13607311.

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

Color convert

RGB143161207-
CMYK0.310.2200.19
HSL223.12º40%68.63%-
HSV(B)223.12º30.92%81.18%-
XYZ35.3435.8364.09-
YUV160.86154.04115.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=27.98%
G=31.51%
B=40.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431612070.310.2200.19223.124068.63
Hex8FA1CF1F16013df2845
Octal217241317372602333750105
Binary1000111110100001110011111111110110010011110111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,207); }

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

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

 a { background-color: rgb(143,161,207); }

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

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

 span { border-color: rgb(143,161,207); }

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