#93A4F6

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

Shades of Portage #93A4F6

Tints of Portage #93A4F6

Color information

#93A4F6 (or 0x93A4F6) is unknown color: approx Portage. HEX triplet: 93, A4 and F6. RGB value is (147,164,246). Sum of RGB (Red+Green+Blue) = 147+164+246=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #93A4F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A4F6 is #6C5B09. Grayscale: #A7A7A7. Windows color (decimal): -7101194 or 16163987. OLE color: 16163987.

HSL color Cylindrical-coordinate representation of color #93A4F6: hue angle of 229.7º 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 #93A4F6 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147164246-
CMYK0.400.3300.04
HSL229.7º84.62%77.06%-
HSV(B)229.7º40.24%96.47%-
XYZ41.9439.4192.58-
YUV168.26171.87112.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=26.39%
G=29.44%
B=44.17%

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
Decimal1471642460.400.3300.04229.784.6277.06
Hex93A4F6282104e6554d
Octal223244366504104346125115
Binary10010011101001001111011010100010000101001110011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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