#7CA3CD

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

Shades of Polo Blue #7CA3CD

Tints of Polo Blue #7CA3CD

Color information

#7CA3CD (or 0x7CA3CD) is unknown color: approx Polo Blue. HEX triplet: 7C, A3 and CD. RGB value is (124,163,205). Sum of RGB (Red+Green+Blue) = 124+163+205=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CA3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA3CD is #835C32. Grayscale: #9B9B9B. Windows color (decimal): -8608819 or 13476732. OLE color: 13476732.

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

Color convert

RGB124163205-
CMYK0.400.2000.20
HSL211.11º44.75%64.51%-
HSV(B)211.11º39.51%80.39%-
XYZ32.4334.8962.78-
YUV156.13155.58105.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.20%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=25.20%
G=33.13%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241632050.400.2000.20211.1144.7564.51
Hex7CA3CD2814014d32d41
Octal174243315502402432355101
Binary1111100101000111100110110100010100010100110100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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