#7598CE

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

Shades of Polo Blue #7598CE

Tints of Polo Blue #7598CE

Color information

#7598CE (or 0x7598CE) is unknown color: approx Polo Blue. HEX triplet: 75, 98 and CE. RGB value is (117,152,206). Sum of RGB (Red+Green+Blue) = 117+152+206=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #7598CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598CE is #8A6731. Grayscale: #939393. Windows color (decimal): -9070386 or 13539445. OLE color: 13539445.

HSL color Cylindrical-coordinate representation of color #7598CE: hue angle of 216.4º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7598CE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117152206-
CMYK0.430.2600.19
HSL216.4º47.59%63.33%-
HSV(B)216.4º43.2%80.78%-
XYZ29.730.6962.75-
YUV147.69160.9106.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=24.63%
G=32%
B=43.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171522060.430.2600.19216.447.5963.33
Hex7598CE2B1A013d8303f
Octal16523031653320233306077
Binary111010110011000110011101010111101001001111011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7598CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7598CE; }

 p { color: rgb(117,152,206); }

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

<style>
 a { background-color: #7598CE; }

 a { background-color: rgb(117,152,206); }

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

<style>
 span { border-color: #7598CE; }

 span { border-color: rgb(117,152,206); }

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