#7897CA

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

Shades of Polo Blue #7897CA

Tints of Polo Blue #7897CA

Color information

#7897CA (or 0x7897CA) is unknown color: approx Polo Blue. HEX triplet: 78, 97 and CA. RGB value is (120,151,202). Sum of RGB (Red+Green+Blue) = 120+151+202=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7897CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897CA is #876835. Grayscale: #939393. Windows color (decimal): -8874038 or 13277048. OLE color: 13277048.

HSL color Cylindrical-coordinate representation of color #7897CA: hue angle of 217.32º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7897CA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120151202-
CMYK0.410.2500.21
HSL217.32º43.62%63.14%-
HSV(B)217.32º40.59%79.22%-
XYZ29.4730.3960.19-
YUV147.54158.73108.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=25.37%
G=31.92%
B=42.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201512020.410.2500.21217.3243.6263.14
Hex7897CA2919015d92c3f
Octal17022731251310253315477
Binary111100010010111110010101010011100101010111011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7897CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7897CA; }

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

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

<style>
 a { background-color: #7897CA; }

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

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

<style>
 span { border-color: #7897CA; }

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

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