#8CA4C4

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

Shades of Polo Blue #8CA4C4

Tints of Polo Blue #8CA4C4

Color information

#8CA4C4 (or 0x8CA4C4) is unknown color: approx Polo Blue. HEX triplet: 8C, A4 and C4. RGB value is (140,164,196). Sum of RGB (Red+Green+Blue) = 140+164+196=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #8CA4C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4C4 is #735B3B. Grayscale: #A0A0A0. Windows color (decimal): -7559996 or 12887180. OLE color: 12887180.

HSL color Cylindrical-coordinate representation of color #8CA4C4: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CA4C4 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140164196-
CMYK0.290.1600.23
HSL214.29º32.18%65.88%-
HSV(B)214.29º28.57%76.86%-
XYZ34.0536.1157.4-
YUV160.47148.05113.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=28%
G=32.8%
B=39.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401641960.290.1600.23214.2932.1865.88
Hex8CA4C41D10017d62042
Octal214244304352002732640102
Binary1000110010100100110001001110110000010111110101101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,196); }

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

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

 a { background-color: rgb(140,164,196); }

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

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

 span { border-color: rgb(140,164,196); }

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