#8FA5CF

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

Shades of Polo Blue #8FA5CF

Tints of Polo Blue #8FA5CF

Color information

#8FA5CF (or 0x8FA5CF) is unknown color: approx Polo Blue. HEX triplet: 8F, A5 and CF. RGB value is (143,165,207). Sum of RGB (Red+Green+Blue) = 143+165+207=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5CF is #705A30. Grayscale: #A3A3A3. Windows color (decimal): -7363121 or 13608335. OLE color: 13608335.

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

Color convert

RGB143165207-
CMYK0.310.2000.19
HSL219.38º40%68.63%-
HSV(B)219.38º30.92%81.18%-
XYZ36.0537.2564.32-
YUV163.21152.71113.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=27.77%
G=32.04%
B=40.19%

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
Decimal1431652070.310.2000.19219.384068.63
Hex8FA5CF1F14013db2845
Octal217245317372402333350105
Binary1000111110100101110011111111110100010011110110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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