#7CA0BE

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

Shades of Polo Blue #7CA0BE

Tints of Polo Blue #7CA0BE

Color information

#7CA0BE (or 0x7CA0BE) is unknown color: approx Polo Blue. HEX triplet: 7C, A0 and BE. RGB value is (124,160,190). Sum of RGB (Red+Green+Blue) = 124+160+190=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0BE is #835F41. Grayscale: #989898. Windows color (decimal): -8609602 or 12492924. OLE color: 12492924.

HSL color Cylindrical-coordinate representation of color #7CA0BE: hue angle of 207.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CA0BE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124160190-
CMYK0.350.1600.25
HSL207.27º33.67%61.57%-
HSV(B)207.27º34.74%74.51%-
XYZ30.1833.1453.52-
YUV152.66149.07107.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.16%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=26.16%
G=33.76%
B=40.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241601900.350.1600.25207.2733.6761.57
Hex7CA0BE2310019cf223e
Octal17424027643200313174276
Binary111110010100000101111101000111000001100111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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