#7CA6CE

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

Shades of Polo Blue #7CA6CE

Tints of Polo Blue #7CA6CE

Color information

#7CA6CE (or 0x7CA6CE) is unknown color: approx Polo Blue. HEX triplet: 7C, A6 and CE. RGB value is (124,166,206). Sum of RGB (Red+Green+Blue) = 124+166+206=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA6CE is #835931. Grayscale: #9D9D9D. Windows color (decimal): -8608050 or 13543036. OLE color: 13543036.

HSL color Cylindrical-coordinate representation of color #7CA6CE: hue angle of 209.27º 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 #7CA6CE is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124166206-
CMYK0.400.1900.19
HSL209.27º45.56%64.71%-
HSV(B)209.27º39.81%80.78%-
XYZ33.0936.0163.6-
YUV158155.09103.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=25%
G=33.47%
B=41.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241662060.400.1900.19209.2745.5664.71
Hex7CA6CE2813013d12e41
Octal174246316502302332156101
Binary1111100101001101100111010100010011010011110100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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