#7C97CA

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

Shades of Polo Blue #7C97CA

Tints of Polo Blue #7C97CA

Color information

#7C97CA (or 0x7C97CA) is unknown color: approx Polo Blue. HEX triplet: 7C, 97 and CA. RGB value is (124,151,202). Sum of RGB (Red+Green+Blue) = 124+151+202=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97CA is #836835. Grayscale: #949494. Windows color (decimal): -8611894 or 13277052. OLE color: 13277052.

HSL color Cylindrical-coordinate representation of color #7C97CA: hue angle of 219.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C97CA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124151202-
CMYK0.390.2500.21
HSL219.23º42.39%63.92%-
HSV(B)219.23º38.61%79.22%-
XYZ30.0430.6860.22-
YUV148.74158.05110.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=26.00%
G=31.66%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241512020.390.2500.21219.2342.3963.92
Hex7C97CA2719015db2a40
Octal174227312473102533352100
Binary1111100100101111100101010011111001010101110110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,151,202); }

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

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

 a { background-color: rgb(124,151,202); }

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

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

 span { border-color: rgb(124,151,202); }

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