#93A5C9

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

Shades of Polo Blue #93A5C9

Tints of Polo Blue #93A5C9

Color information

#93A5C9 (or 0x93A5C9) is unknown color: approx Polo Blue. HEX triplet: 93, A5 and C9. RGB value is (147,165,201). Sum of RGB (Red+Green+Blue) = 147+165+201=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #93A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5C9 is #6C5A36. Grayscale: #A3A3A3. Windows color (decimal): -7100983 or 13215123. OLE color: 13215123.

HSL color Cylindrical-coordinate representation of color #93A5C9: hue angle of 220º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A5C9 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147165201-
CMYK0.270.1800.21
HSL220º33.33%68.24%-
HSV(B)220º26.87%78.82%-
XYZ36.0337.3360.56-
YUV163.72149.04116.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=28.65%
G=32.16%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471652010.270.1800.2122033.3368.24
Hex93A5C91B12015dc2144
Octal223245311332202533441104
Binary1001001110100101110010011101110010010101110111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A5C9; }

 p { color: rgb(147,165,201); }

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

<style>
 a { background-color: #93A5C9; }

 a { background-color: rgb(147,165,201); }

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

<style>
 span { border-color: #93A5C9; }

 span { border-color: rgb(147,165,201); }

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