#8FA7CC

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

Shades of Polo Blue #8FA7CC

Tints of Polo Blue #8FA7CC

Color information

#8FA7CC (or 0x8FA7CC) is unknown color: approx Polo Blue. HEX triplet: 8F, A7 and CC. RGB value is (143,167,204). Sum of RGB (Red+Green+Blue) = 143+167+204=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FA7CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CC is #705833. Grayscale: #A3A3A3. Windows color (decimal): -7362612 or 13412239. OLE color: 13412239.

HSL color Cylindrical-coordinate representation of color #8FA7CC: hue angle of 216.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA7CC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143167204-
CMYK0.300.1800.2
HSL216.39º37.42%68.04%-
HSV(B)216.39º29.9%80%-
XYZ36.0537.8462.53-
YUV164.04150.55112.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=27.82%
G=32.49%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431672040.300.1800.2216.3937.4268.04
Hex8FA7CC1E12014d82544
Octal217247314362202433045104
Binary1000111110100111110011001111010010010100110110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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