#8CA3C2

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

Shades of Polo Blue #8CA3C2

Tints of Polo Blue #8CA3C2

Color information

#8CA3C2 (or 0x8CA3C2) is unknown color: approx Polo Blue. HEX triplet: 8C, A3 and C2. RGB value is (140,163,194). Sum of RGB (Red+Green+Blue) = 140+163+194=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #8CA3C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3C2 is #735C3D. Grayscale: #9F9F9F. Windows color (decimal): -7560254 or 12755852. OLE color: 12755852.

HSL color Cylindrical-coordinate representation of color #8CA3C2: hue angle of 214.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA3C2 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140163194-
CMYK0.280.1600.24
HSL214.44º30.68%65.49%-
HSV(B)214.44º27.84%76.08%-
XYZ33.6535.6656.15-
YUV159.66147.38113.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=28.17%
G=32.80%
B=39.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401631940.280.1600.24214.4430.6865.49
Hex8CA3C21C10018d61f41
Octal214243302342003032637101
Binary100011001010001111000010111001000001100011010110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,194); }

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

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

 a { background-color: rgb(140,163,194); }

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

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

 span { border-color: rgb(140,163,194); }

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