#759ACD

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

Shades of Polo Blue #759ACD

Tints of Polo Blue #759ACD

Color information

#759ACD (or 0x759ACD) is unknown color: approx Polo Blue. HEX triplet: 75, 9A and CD. RGB value is (117,154,205). Sum of RGB (Red+Green+Blue) = 117+154+205=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #759ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ACD is #8A6532. Grayscale: #949494. Windows color (decimal): -9069875 or 13474421. OLE color: 13474421.

HSL color Cylindrical-coordinate representation of color #759ACD: hue angle of 214.77º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759ACD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117154205-
CMYK0.430.2500.20
HSL214.77º46.81%63.14%-
HSV(B)214.77º42.93%80.39%-
XYZ29.9131.362.22-
YUV148.75159.74105.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=24.58%
G=32.35%
B=43.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171542050.430.2500.20214.7746.8163.14
Hex759ACD2B19014d72f3f
Octal16523231553310243275777
Binary111010110011010110011011010111100101010011010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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