#93A7CE

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

Shades of Polo Blue #93A7CE

Tints of Polo Blue #93A7CE

Color information

#93A7CE (or 0x93A7CE) is unknown color: approx Polo Blue. HEX triplet: 93, A7 and CE. RGB value is (147,167,206). Sum of RGB (Red+Green+Blue) = 147+167+206=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #93A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7CE is #6C5831. Grayscale: #A5A5A5. Windows color (decimal): -7100466 or 13543315. OLE color: 13543315.

HSL color Cylindrical-coordinate representation of color #93A7CE: hue angle of 219.66º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A7CE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147167206-
CMYK0.290.1900.19
HSL219.66º37.58%69.22%-
HSV(B)219.66º28.64%80.78%-
XYZ36.9938.363.83-
YUV165.47150.87114.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=28.27%
G=32.12%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471672060.290.1900.19219.6637.5869.22
Hex93A7CE1D13013dc2645
Octal223247316352302333446105
Binary1001001110100111110011101110110011010011110111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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