#8393F1

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

Shades of Portage #8393F1

Tints of Portage #8393F1

Color information

#8393F1 (or 0x8393F1) is unknown color: approx Portage. HEX triplet: 83, 93 and F1. RGB value is (131,147,241). Sum of RGB (Red+Green+Blue) = 131+147+241=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #8393F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8393F1 is #7C6C0E. Grayscale: #989898. Windows color (decimal): -8154127 or 15831939. OLE color: 15831939.

HSL color Cylindrical-coordinate representation of color #8393F1: hue angle of 231.27º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8393F1 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131147241-
CMYK0.460.3900.05
HSL231.27º79.71%72.94%-
HSV(B)231.27º45.64%94.51%-
XYZ35.6732.0487.52-
YUV152.93177.7112.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.24%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=25.24%
G=28.32%
B=46.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311472410.460.3900.05231.2779.7172.94
Hex8393F12E2705e75049
Octal203223361564705347120111
Binary10000011100100111111000110111010011101011110011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8393F1; }

 p { color: rgb(131,147,241); }

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

<style>
 a { background-color: #8393F1; }

 a { background-color: rgb(131,147,241); }

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

<style>
 span { border-color: #8393F1; }

 span { border-color: rgb(131,147,241); }

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