#93A7CB

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

Shades of Polo Blue #93A7CB

Tints of Polo Blue #93A7CB

Color information

#93A7CB (or 0x93A7CB) is unknown color: approx Polo Blue. HEX triplet: 93, A7 and CB. RGB value is (147,167,203). Sum of RGB (Red+Green+Blue) = 147+167+203=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #93A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7CB is #6C5834. Grayscale: #A4A4A4. Windows color (decimal): -7100469 or 13346707. OLE color: 13346707.

HSL color Cylindrical-coordinate representation of color #93A7CB: hue angle of 218.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A7CB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147167203-
CMYK0.280.1800.20
HSL218.57º35%68.63%-
HSV(B)218.57º27.59%79.61%-
XYZ36.6338.1561.93-
YUV165.12149.37115.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=28.43%
G=32.30%
B=39.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471672030.280.1800.20218.573568.63
Hex93A7CB1C12014db2345
Octal223247313342202433343105
Binary1001001110100111110010111110010010010100110110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,203); }

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

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

 a { background-color: rgb(147,167,203); }

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

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

 span { border-color: rgb(147,167,203); }

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