#8CA3CA

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

Shades of Polo Blue #8CA3CA

Tints of Polo Blue #8CA3CA

Color information

#8CA3CA (or 0x8CA3CA) is unknown color: approx Polo Blue. HEX triplet: 8C, A3 and CA. RGB value is (140,163,202). Sum of RGB (Red+Green+Blue) = 140+163+202=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3CA is #735C35. Grayscale: #A0A0A0. Windows color (decimal): -7560246 or 13280140. OLE color: 13280140.

HSL color Cylindrical-coordinate representation of color #8CA3CA: hue angle of 217.74º 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 #8CA3CA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140163202-
CMYK0.310.1900.21
HSL217.74º36.9%67.06%-
HSV(B)217.74º30.69%79.22%-
XYZ34.5736.0361.01-
YUV160.57151.38113.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 202 (79.30% from 255) = 40%
R=27.72%
G=32.28%
B=40%

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
Decimal1401632020.310.1900.21217.7436.967.06
Hex8CA3CA1F13015da2543
Octal214243312372302533245103
Binary1000110010100011110010101111110011010101110110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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