#7CA1CD

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

Shades of Polo Blue #7CA1CD

Tints of Polo Blue #7CA1CD

Color information

#7CA1CD (or 0x7CA1CD) is unknown color: approx Polo Blue. HEX triplet: 7C, A1 and CD. RGB value is (124,161,205). Sum of RGB (Red+Green+Blue) = 124+161+205=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CA1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA1CD is #835E32. Grayscale: #9A9A9A. Windows color (decimal): -8609331 or 13476220. OLE color: 13476220.

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

Color convert

RGB124161205-
CMYK0.400.2100.20
HSL212.59º44.75%64.51%-
HSV(B)212.59º39.51%80.39%-
XYZ32.0834.1862.66-
YUV154.95156.24105.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.31%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=25.31%
G=32.86%
B=41.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241612050.400.2100.20212.5944.7564.51
Hex7CA1CD2815014d52d41
Octal174241315502502432555101
Binary1111100101000011100110110100010101010100110101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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