#93A6E1

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

Shades of Portage #93A6E1

Tints of Portage #93A6E1

Color information

#93A6E1 (or 0x93A6E1) is unknown color: approx Portage. HEX triplet: 93, A6 and E1. RGB value is (147,166,225). Sum of RGB (Red+Green+Blue) = 147+166+225=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #93A6E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6E1 is #6C591E. Grayscale: #A6A6A6. Windows color (decimal): -7100703 or 14788243. OLE color: 14788243.

HSL color Cylindrical-coordinate representation of color #93A6E1: hue angle of 225.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93A6E1 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB147166225-
CMYK0.350.2600.12
HSL225.38º56.52%72.94%-
HSV(B)225.38º34.67%88.24%-
XYZ39.2638.9176.68-
YUV167.04160.71113.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=27.32%
G=30.86%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1471662250.350.2600.12225.3856.5272.94
Hex93A6E1231A0Ce13949
Octal223246341433201434171111
Binary1001001110100110111000011000111101001100111000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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