#7CA4C1

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

Shades of Polo Blue #7CA4C1

Tints of Polo Blue #7CA4C1

Color information

#7CA4C1 (or 0x7CA4C1) is unknown color: approx Polo Blue. HEX triplet: 7C, A4 and C1. RGB value is (124,164,193). Sum of RGB (Red+Green+Blue) = 124+164+193=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CA4C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA4C1 is #835B3E. Grayscale: #9B9B9B. Windows color (decimal): -8608575 or 12690556. OLE color: 12690556.

HSL color Cylindrical-coordinate representation of color #7CA4C1: hue angle of 205.22º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CA4C1 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124164193-
CMYK0.360.1500.24
HSL205.22º35.75%62.16%-
HSV(B)205.22º35.75%75.69%-
XYZ31.2134.6955.5-
YUV155.35149.25105.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=25.78%
G=34.10%
B=40.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241641930.360.1500.24205.2235.7562.16
Hex7CA4C124F018cd243e
Octal17424430144170303154476
Binary11111001010010011000001100100111101100011001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,164,193); }

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

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

 a { background-color: rgb(124,164,193); }

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

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

 span { border-color: rgb(124,164,193); }

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