#7CA3CC

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

Shades of Polo Blue #7CA3CC

Tints of Polo Blue #7CA3CC

Color information

#7CA3CC (or 0x7CA3CC) is unknown color: approx Polo Blue. HEX triplet: 7C, A3 and CC. RGB value is (124,163,204). Sum of RGB (Red+Green+Blue) = 124+163+204=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA3CC is #835C33. Grayscale: #9B9B9B. Windows color (decimal): -8608820 or 13411196. OLE color: 13411196.

HSL color Cylindrical-coordinate representation of color #7CA3CC: hue angle of 210.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CA3CC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124163204-
CMYK0.390.2000.2
HSL210.75º43.96%64.31%-
HSV(B)210.75º39.22%80%-
XYZ32.3134.8462.15-
YUV156.01155.08105.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=25.25%
G=33.20%
B=41.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241632040.390.2000.2210.7543.9664.31
Hex7CA3CC2714014d32c40
Octal174243314472402432354100
Binary1111100101000111100110010011110100010100110100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA3CC; }

 p { color: rgb(124,163,204); }

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

<style>
 a { background-color: #7CA3CC; }

 a { background-color: rgb(124,163,204); }

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

<style>
 span { border-color: #7CA3CC; }

 span { border-color: rgb(124,163,204); }

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