#759AC6

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

Shades of Polo Blue #759AC6

Tints of Polo Blue #759AC6

Color information

#759AC6 (or 0x759AC6) is unknown color: approx Polo Blue. HEX triplet: 75, 9A and C6. RGB value is (117,154,198). Sum of RGB (Red+Green+Blue) = 117+154+198=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #759AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AC6 is #8A6539. Grayscale: #939393. Windows color (decimal): -9069882 or 13015669. OLE color: 13015669.

HSL color Cylindrical-coordinate representation of color #759AC6: hue angle of 212.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759AC6 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117154198-
CMYK0.410.2200.22
HSL212.59º41.54%61.76%-
HSV(B)212.59º40.91%77.65%-
XYZ29.0830.9757.87-
YUV147.95156.24105.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=24.95%
G=32.84%
B=42.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171541980.410.2200.22212.5941.5461.76
Hex759AC62916016d52a3e
Octal16523230651260263255276
Binary111010110011010110001101010011011001011011010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759AC6; }

 p { color: rgb(117,154,198); }

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

<style>
 a { background-color: #759AC6; }

 a { background-color: rgb(117,154,198); }

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

<style>
 span { border-color: #759AC6; }

 span { border-color: rgb(117,154,198); }

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