#8FA1CA

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

Shades of Polo Blue #8FA1CA

Tints of Polo Blue #8FA1CA

Color information

#8FA1CA (or 0x8FA1CA) is unknown color: approx Polo Blue. HEX triplet: 8F, A1 and CA. RGB value is (143,161,202). Sum of RGB (Red+Green+Blue) = 143+161+202=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1CA is #705E35. Grayscale: #A0A0A0. Windows color (decimal): -7364150 or 13279631. OLE color: 13279631.

HSL color Cylindrical-coordinate representation of color #8FA1CA: hue angle of 221.69º 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 #8FA1CA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143161202-
CMYK0.290.2000.21
HSL221.69º35.76%67.65%-
HSV(B)221.69º29.21%79.22%-
XYZ34.7335.5960.92-
YUV160.29151.54115.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=28.26%
G=31.82%
B=39.92%

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
Decimal1431612020.290.2000.21221.6935.7667.65
Hex8FA1CA1D14015de2444
Octal217241312352402533644104
Binary1000111110100001110010101110110100010101110111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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