#7CA4CE

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

Shades of Polo Blue #7CA4CE

Tints of Polo Blue #7CA4CE

Color information

#7CA4CE (or 0x7CA4CE) is unknown color: approx Polo Blue. HEX triplet: 7C, A4 and CE. RGB value is (124,164,206). Sum of RGB (Red+Green+Blue) = 124+164+206=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA4CE is #835B31. Grayscale: #9C9C9C. Windows color (decimal): -8608562 or 13542524. OLE color: 13542524.

HSL color Cylindrical-coordinate representation of color #7CA4CE: hue angle of 210.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CA4CE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124164206-
CMYK0.400.2000.19
HSL210.73º45.56%64.71%-
HSV(B)210.73º39.81%80.78%-
XYZ32.7335.2963.48-
YUV156.83155.75104.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=25.10%
G=33.20%
B=41.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241642060.400.2000.19210.7345.5664.71
Hex7CA4CE2814013d32e41
Octal174244316502402332356101
Binary1111100101001001100111010100010100010011110100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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