#8CA4CA

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

Shades of Polo Blue #8CA4CA

Tints of Polo Blue #8CA4CA

Color information

#8CA4CA (or 0x8CA4CA) is unknown color: approx Polo Blue. HEX triplet: 8C, A4 and CA. RGB value is (140,164,202). Sum of RGB (Red+Green+Blue) = 140+164+202=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4CA is #735B35. Grayscale: #A0A0A0. Windows color (decimal): -7559990 or 13280396. OLE color: 13280396.

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

Color convert

RGB140164202-
CMYK0.310.1900.21
HSL216.77º36.9%67.06%-
HSV(B)216.77º30.69%79.22%-
XYZ34.7536.3961.07-
YUV161.16151.05112.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=27.67%
G=32.41%
B=39.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401642020.310.1900.21216.7736.967.06
Hex8CA4CA1F13015d92543
Octal214244312372302533145103
Binary1000110010100100110010101111110011010101110110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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