#93A5F6

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

Shades of Portage #93A5F6

Tints of Portage #93A5F6

Color information

#93A5F6 (or 0x93A5F6) is unknown color: approx Portage. HEX triplet: 93, A5 and F6. RGB value is (147,165,246). Sum of RGB (Red+Green+Blue) = 147+165+246=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #93A5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A5F6 is #6C5A09. Grayscale: #A8A8A8. Windows color (decimal): -7100938 or 16164243. OLE color: 16164243.

HSL color Cylindrical-coordinate representation of color #93A5F6: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A5F6 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147165246-
CMYK0.400.3300.04
HSL229.09º84.62%77.06%-
HSV(B)229.09º40.24%96.47%-
XYZ42.1239.7792.64-
YUV168.85171.54112.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=26.34%
G=29.57%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471652460.400.3300.04229.0984.6277.06
Hex93A5F6282104e5554d
Octal223245366504104345125115
Binary10010011101001011111011010100010000101001110010110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,246); }

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

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

 a { background-color: rgb(147,165,246); }

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

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

 span { border-color: rgb(147,165,246); }

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