#93A2CA

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

Shades of Polo Blue #93A2CA

Tints of Polo Blue #93A2CA

Color information

#93A2CA (or 0x93A2CA) is unknown color: approx Polo Blue. HEX triplet: 93, A2 and CA. RGB value is (147,162,202). Sum of RGB (Red+Green+Blue) = 147+162+202=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2CA is #6C5D35. Grayscale: #A1A1A1. Windows color (decimal): -7101750 or 13279891. OLE color: 13279891.

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

Color convert

RGB147162202-
CMYK0.270.2000.21
HSL223.64º34.16%68.43%-
HSV(B)223.64º27.23%79.22%-
XYZ35.6136.3161.01-
YUV162.07150.53117.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=28.77%
G=31.70%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471622020.270.2000.21223.6434.1668.43
Hex93A2CA1B14015e02244
Octal223242312332402534042104
Binary1001001110100010110010101101110100010101111000001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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