#8493F5

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

Shades of Portage #8493F5

Tints of Portage #8493F5

Color information

#8493F5 (or 0x8493F5) is unknown color: approx Portage. HEX triplet: 84, 93 and F5. RGB value is (132,147,245). Sum of RGB (Red+Green+Blue) = 132+147+245=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #8493F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493F5 is #7B6C0A. Grayscale: #999999. Windows color (decimal): -8088587 or 16094084. OLE color: 16094084.

HSL color Cylindrical-coordinate representation of color #8493F5: hue angle of 232.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8493F5 is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132147245-
CMYK0.460.400.04
HSL232.04º84.96%73.92%-
HSV(B)232.04º46.12%96.08%-
XYZ36.4332.3790.71-
YUV153.69179.53112.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 245 (96.09% from 255) = 46.76%
R=25.19%
G=28.05%
B=46.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321472450.460.400.04232.0484.9673.92
Hex8493F52E2804e8554a
Octal204223365565004350125112
Binary10000100100100111111010110111010100001001110100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8493F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8493F5; }

 p { color: rgb(132,147,245); }

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

<style>
 a { background-color: #8493F5; }

 a { background-color: rgb(132,147,245); }

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

<style>
 span { border-color: #8493F5; }

 span { border-color: rgb(132,147,245); }

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