#93A3E7

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

Shades of Portage #93A3E7

Tints of Portage #93A3E7

Color information

#93A3E7 (or 0x93A3E7) is unknown color: approx Portage. HEX triplet: 93, A3 and E7. RGB value is (147,163,231). Sum of RGB (Red+Green+Blue) = 147+163+231=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #93A3E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A3E7 is #6C5C18. Grayscale: #A5A5A5. Windows color (decimal): -7101465 or 15180691. OLE color: 15180691.

HSL color Cylindrical-coordinate representation of color #93A3E7: hue angle of 228.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93A3E7 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB147163231-
CMYK0.360.2900.09
HSL228.57º63.64%74.12%-
HSV(B)228.57º36.36%90.59%-
XYZ39.5538.1780.88-
YUV165.97164.7114.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=27.17%
G=30.13%
B=42.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1471632310.360.2900.09228.5763.6474.12
Hex93A3E7241D09e5404a
Octal2232433474435011345100112
Binary10010011101000111110011110010011101010011110010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,163,231); }

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

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

 a { background-color: rgb(147,163,231); }

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

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

 span { border-color: rgb(147,163,231); }

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