#8396FA

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

Shades of Portage #8396FA

Tints of Portage #8396FA

Color information

#8396FA (or 0x8396FA) is unknown color: approx Portage. HEX triplet: 83, 96 and FA. RGB value is (131,150,250). Sum of RGB (Red+Green+Blue) = 131+150+250=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8396FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396FA is #7C6905. Grayscale: #9B9B9B. Windows color (decimal): -8153350 or 16422531. OLE color: 16422531.

HSL color Cylindrical-coordinate representation of color #8396FA: hue angle of 230.42º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8396FA is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131150250-
CMYK0.480.400.02
HSL230.42º92.25%74.71%-
HSV(B)230.42º47.6%98.04%-
XYZ37.5233.5494.94-
YUV155.72181.21110.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=24.67%
G=28.25%
B=47.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311502500.480.400.02230.4292.2574.71
Hex8396FA302802e65c4b
Octal203226372605002346134113
Binary1000001110010110111110101100001010000101110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8396FA; }

 p { color: rgb(131,150,250); }

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

<style>
 a { background-color: #8396FA; }

 a { background-color: rgb(131,150,250); }

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

<style>
 span { border-color: #8396FA; }

 span { border-color: rgb(131,150,250); }

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