#75A4CB

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

Shades of Polo Blue #75A4CB

Tints of Polo Blue #75A4CB

Color information

#75A4CB (or 0x75A4CB) is unknown color: approx Polo Blue. HEX triplet: 75, A4 and CB. RGB value is (117,164,203). Sum of RGB (Red+Green+Blue) = 117+164+203=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #75A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4CB is #8A5B34. Grayscale: #9A9A9A. Windows color (decimal): -9067317 or 13345909. OLE color: 13345909.

HSL color Cylindrical-coordinate representation of color #75A4CB: hue angle of 207.21º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75A4CB is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117164203-
CMYK0.420.1900.20
HSL207.21º45.26%62.75%-
HSV(B)207.21º42.36%79.61%-
XYZ31.3934.6461.53-
YUV154.39155.43101.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=24.17%
G=33.88%
B=41.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171642030.420.1900.20207.2145.2662.75
Hex75A4CB2A13014cf2d3f
Octal16524431352230243175577
Binary111010110100100110010111010101001101010011001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A4CB; }

 p { color: rgb(117,164,203); }

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

<style>
 a { background-color: #75A4CB; }

 a { background-color: rgb(117,164,203); }

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

<style>
 span { border-color: #75A4CB; }

 span { border-color: rgb(117,164,203); }

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