#7CA5CB

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

Shades of Polo Blue #7CA5CB

Tints of Polo Blue #7CA5CB

Color information

#7CA5CB (or 0x7CA5CB) is unknown color: approx Polo Blue. HEX triplet: 7C, A5 and CB. RGB value is (124,165,203). Sum of RGB (Red+Green+Blue) = 124+165+203=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CA5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5CB is #835A34. Grayscale: #9C9C9C. Windows color (decimal): -8608309 or 13346172. OLE color: 13346172.

HSL color Cylindrical-coordinate representation of color #7CA5CB: hue angle of 208.86º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CA5CB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124165203-
CMYK0.390.1900.20
HSL208.86º43.17%64.12%-
HSV(B)208.86º38.92%79.61%-
XYZ32.5535.5161.64-
YUV157.07153.92104.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.20%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=25.20%
G=33.54%
B=41.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241652030.390.1900.20208.8643.1764.12
Hex7CA5CB2713014d12b40
Octal174245313472302432153100
Binary1111100101001011100101110011110011010100110100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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