#8FA2CA

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

Shades of Polo Blue #8FA2CA

Tints of Polo Blue #8FA2CA

Color information

#8FA2CA (or 0x8FA2CA) is unknown color: approx Polo Blue. HEX triplet: 8F, A2 and CA. RGB value is (143,162,202). Sum of RGB (Red+Green+Blue) = 143+162+202=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2CA is #705D35. Grayscale: #A0A0A0. Windows color (decimal): -7363894 or 13279887. OLE color: 13279887.

HSL color Cylindrical-coordinate representation of color #8FA2CA: hue angle of 220.68º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA2CA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143162202-
CMYK0.290.2000.21
HSL220.68º35.76%67.65%-
HSV(B)220.68º29.21%79.22%-
XYZ34.9135.9460.98-
YUV160.88151.21115.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.21%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=28.21%
G=31.95%
B=39.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431622020.290.2000.21220.6835.7667.65
Hex8FA2CA1D14015dd2444
Octal217242312352402533544104
Binary1000111110100010110010101110110100010101110111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,202); }

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

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

 a { background-color: rgb(143,162,202); }

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

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

 span { border-color: rgb(143,162,202); }

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