#93A6CA

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

Shades of Polo Blue #93A6CA

Tints of Polo Blue #93A6CA

Color information

#93A6CA (or 0x93A6CA) is unknown color: approx Polo Blue. HEX triplet: 93, A6 and CA. RGB value is (147,166,202). Sum of RGB (Red+Green+Blue) = 147+166+202=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6CA is #6C5935. Grayscale: #A4A4A4. Windows color (decimal): -7100726 or 13280915. OLE color: 13280915.

HSL color Cylindrical-coordinate representation of color #93A6CA: hue angle of 219.27º degrees, saturation: 0.34, 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 #93A6CA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147166202-
CMYK0.270.1800.21
HSL219.27º34.16%68.43%-
HSV(B)219.27º27.23%79.22%-
XYZ36.3337.7461.25-
YUV164.42149.21115.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=28.54%
G=32.23%
B=39.22%

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
Decimal1471662020.270.1800.21219.2734.1668.43
Hex93A6CA1B12015db2244
Octal223246312332202533342104
Binary1001001110100110110010101101110010010101110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,166,202); }

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

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

 a { background-color: rgb(147,166,202); }

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

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

 span { border-color: rgb(147,166,202); }

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