#7CA5C6

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

Shades of Polo Blue #7CA5C6

Tints of Polo Blue #7CA5C6

Color information

#7CA5C6 (or 0x7CA5C6) is unknown color: approx Polo Blue. HEX triplet: 7C, A5 and C6. RGB value is (124,165,198). Sum of RGB (Red+Green+Blue) = 124+165+198=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #7CA5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5C6 is #835A39. Grayscale: #9C9C9C. Windows color (decimal): -8608314 or 13018492. OLE color: 13018492.

HSL color Cylindrical-coordinate representation of color #7CA5C6: hue angle of 206.76º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CA5C6 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB124165198-
CMYK0.370.1700.22
HSL206.76º39.36%63.14%-
HSV(B)206.76º37.37%77.65%-
XYZ31.9635.2758.55-
YUV156.5151.42104.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.46%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=25.46%
G=33.88%
B=40.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241651980.370.1700.22206.7639.3663.14
Hex7CA5C62511016cf273f
Octal17424530645210263174777
Binary111110010100101110001101001011000101011011001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,198); }

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

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

 a { background-color: rgb(124,165,198); }

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

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

 span { border-color: rgb(124,165,198); }

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