#7CA0C1

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

Shades of Polo Blue #7CA0C1

Tints of Polo Blue #7CA0C1

Color information

#7CA0C1 (or 0x7CA0C1) is unknown color: approx Polo Blue. HEX triplet: 7C, A0 and C1. RGB value is (124,160,193). Sum of RGB (Red+Green+Blue) = 124+160+193=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CA0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0C1 is #835F3E. Grayscale: #989898. Windows color (decimal): -8609599 or 12689532. OLE color: 12689532.

HSL color Cylindrical-coordinate representation of color #7CA0C1: hue angle of 208.7º 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 #7CA0C1 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124160193-
CMYK0.360.1700.24
HSL208.7º35.75%62.16%-
HSV(B)208.7º35.75%75.69%-
XYZ30.5133.2855.27-
YUV153150.57107.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=26.00%
G=33.54%
B=40.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241601930.360.1700.24208.735.7562.16
Hex7CA0C12411018d1243e
Octal17424030144210303214476
Binary111110010100000110000011001001000101100011010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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