#8FA4CE

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

Shades of Polo Blue #8FA4CE

Tints of Polo Blue #8FA4CE

Color information

#8FA4CE (or 0x8FA4CE) is unknown color: approx Polo Blue. HEX triplet: 8F, A4 and CE. RGB value is (143,164,206). Sum of RGB (Red+Green+Blue) = 143+164+206=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4CE is #705B31. Grayscale: #A2A2A2. Windows color (decimal): -7363378 or 13542543. OLE color: 13542543.

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

Color convert

RGB143164206-
CMYK0.310.2000.19
HSL220º39.13%68.43%-
HSV(B)220º30.58%80.78%-
XYZ35.7436.8563.62-
YUV162.51152.54114.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=27.88%
G=31.97%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431642060.310.2000.1922039.1368.43
Hex8FA4CE1F14013dc2744
Octal217244316372402333447104
Binary1000111110100100110011101111110100010011110111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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