#7898CA

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

Shades of Polo Blue #7898CA

Tints of Polo Blue #7898CA

Color information

#7898CA (or 0x7898CA) is unknown color: approx Polo Blue. HEX triplet: 78, 98 and CA. RGB value is (120,152,202). Sum of RGB (Red+Green+Blue) = 120+152+202=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #7898CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898CA is #876735. Grayscale: #939393. Windows color (decimal): -8873782 or 13277304. OLE color: 13277304.

HSL color Cylindrical-coordinate representation of color #7898CA: hue angle of 216.59º 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 #7898CA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120152202-
CMYK0.410.2500.21
HSL216.59º43.62%63.14%-
HSV(B)216.59º40.59%79.22%-
XYZ29.6330.7160.24-
YUV148.13158.4107.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.32%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=25.32%
G=32.07%
B=42.62%

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
Decimal1201522020.410.2500.21216.5943.6263.14
Hex7898CA2919015d92c3f
Octal17023031251310253315477
Binary111100010011000110010101010011100101010111011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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