#7898CC

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

Shades of Polo Blue #7898CC

Tints of Polo Blue #7898CC

Color information

#7898CC (or 0x7898CC) is unknown color: approx Polo Blue. HEX triplet: 78, 98 and CC. RGB value is (120,152,204). Sum of RGB (Red+Green+Blue) = 120+152+204=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7898CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898CC is #876733. Grayscale: #949494. Windows color (decimal): -8873780 or 13408376. OLE color: 13408376.

HSL color Cylindrical-coordinate representation of color #7898CC: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7898CC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120152204-
CMYK0.410.2500.2
HSL217.14º45.16%63.53%-
HSV(B)217.14º41.18%80%-
XYZ29.8730.8161.5-
YUV148.36159.4107.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.21%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=25.21%
G=31.93%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201522040.410.2500.2217.1445.1663.53
Hex7898CC2919014d92d40
Octal170230314513102433155100
Binary1111000100110001100110010100111001010100110110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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