#759DC6

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

Shades of Polo Blue #759DC6

Tints of Polo Blue #759DC6

Color information

#759DC6 (or 0x759DC6) is unknown color: approx Polo Blue. HEX triplet: 75, 9D and C6. RGB value is (117,157,198). Sum of RGB (Red+Green+Blue) = 117+157+198=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #759DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DC6 is #8A6239. Grayscale: #959595. Windows color (decimal): -9069114 or 13016437. OLE color: 13016437.

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

Color convert

RGB117157198-
CMYK0.410.2100.22
HSL210.37º41.54%61.76%-
HSV(B)210.37º40.91%77.65%-
XYZ29.5931.9758.04-
YUV149.71155.25104.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=24.79%
G=33.26%
B=41.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171571980.410.2100.22210.3741.5461.76
Hex759DC62915016d22a3e
Octal16523530651250263225276
Binary111010110011101110001101010011010101011011010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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