#7CA6C8

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

Shades of Polo Blue #7CA6C8

Tints of Polo Blue #7CA6C8

Color information

#7CA6C8 (or 0x7CA6C8) is unknown color: approx Polo Blue. HEX triplet: 7C, A6 and C8. RGB value is (124,166,200). Sum of RGB (Red+Green+Blue) = 124+166+200=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #7CA6C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA6C8 is #835937. Grayscale: #9D9D9D. Windows color (decimal): -8608056 or 13149820. OLE color: 13149820.

HSL color Cylindrical-coordinate representation of color #7CA6C8: hue angle of 206.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CA6C8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB124166200-
CMYK0.380.1700.22
HSL206.84º40.86%63.53%-
HSV(B)206.84º38%78.43%-
XYZ32.3735.7359.83-
YUV157.32152.09104.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.31%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=25.31%
G=33.88%
B=40.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241662000.380.1700.22206.8440.8663.53
Hex7CA6C82611016cf2940
Octal174246310462102631751100
Binary1111100101001101100100010011010001010110110011111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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