#7898D0

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

Shades of Polo Blue #7898D0

Tints of Polo Blue #7898D0

Color information

#7898D0 (or 0x7898D0) is unknown color: approx Polo Blue. HEX triplet: 78, 98 and D0. RGB value is (120,152,208). Sum of RGB (Red+Green+Blue) = 120+152+208=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #7898D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898D0 is #87672F. Grayscale: #949494. Windows color (decimal): -8873776 or 13670520. OLE color: 13670520.

HSL color Cylindrical-coordinate representation of color #7898D0: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7898D0 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120152208-
CMYK0.420.2700.18
HSL218.18º48.35%64.31%-
HSV(B)218.18º42.31%81.57%-
XYZ30.363164.06-
YUV148.82161.4107.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=25%
G=31.67%
B=43.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201522080.420.2700.18218.1848.3564.31
Hex7898D02A1B012da3040
Octal170230320523302233260100
Binary1111000100110001101000010101011011010010110110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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