#8A9FCF

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

Shades of Polo Blue #8A9FCF

Tints of Polo Blue #8A9FCF

Color information

#8A9FCF (or 0x8A9FCF) is unknown color: approx Polo Blue. HEX triplet: 8A, 9F and CF. RGB value is (138,159,207). Sum of RGB (Red+Green+Blue) = 138+159+207=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FCF is #756030. Grayscale: #9D9D9D. Windows color (decimal): -7692337 or 13606794. OLE color: 13606794.

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

Color convert

RGB138159207-
CMYK0.330.2300.19
HSL221.74º41.82%67.65%-
HSV(B)221.74º33.33%81.18%-
XYZ34.1434.763.93-
YUV158.19155.54113.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=27.38%
G=31.55%
B=41.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381592070.330.2300.19221.7441.8267.65
Hex8A9FCF2117013de2a44
Octal212237317412702333652104
Binary10001010100111111100111110000110111010011110111101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,159,207); }

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

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

 a { background-color: rgb(138,159,207); }

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

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

 span { border-color: rgb(138,159,207); }

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