#8AA7CA

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

Shades of Polo Blue #8AA7CA

Tints of Polo Blue #8AA7CA

Color information

#8AA7CA (or 0x8AA7CA) is unknown color: approx Polo Blue. HEX triplet: 8A, A7 and CA. RGB value is (138,167,202). Sum of RGB (Red+Green+Blue) = 138+167+202=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 167 (65.62% from 255 or 32.94% 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 #8AA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7CA is #755835. Grayscale: #A2A2A2. Windows color (decimal): -7690294 or 13281162. OLE color: 13281162.

HSL color Cylindrical-coordinate representation of color #8AA7CA: hue angle of 212.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA7CA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138167202-
CMYK0.320.1700.21
HSL212.81º37.65%66.67%-
HSV(B)212.81º31.68%79.22%-
XYZ34.9637.361.24-
YUV162.32150.39110.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=27.22%
G=32.94%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381672020.320.1700.21212.8137.6566.67
Hex8AA7CA2011015d52643
Octal212247312402102532546103
Binary10001010101001111100101010000010001010101110101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,202); }

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

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

 a { background-color: rgb(138,167,202); }

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

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

 span { border-color: rgb(138,167,202); }

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