#8397E9

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

Shades of Portage #8397E9

Tints of Portage #8397E9

Color information

#8397E9 (or 0x8397E9) is unknown color: approx Portage. HEX triplet: 83, 97 and E9. RGB value is (131,151,233). Sum of RGB (Red+Green+Blue) = 131+151+233=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #8397E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397E9 is #7C6816. Grayscale: #9A9A9A. Windows color (decimal): -8153111 or 15308675. OLE color: 15308675.

HSL color Cylindrical-coordinate representation of color #8397E9: hue angle of 228.24º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8397E9 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131151233-
CMYK0.440.3500.09
HSL228.24º69.86%71.37%-
HSV(B)228.24º43.78%91.37%-
XYZ35.1332.8481.58-
YUV154.37172.37111.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.44%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=25.44%
G=29.32%
B=45.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311512330.440.3500.09228.2469.8671.37
Hex8397E92C2309e44647
Octal2032273515443011344106107
Binary100000111001011111101001101100100011010011110010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8397E9; }

 p { color: rgb(131,151,233); }

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

<style>
 a { background-color: #8397E9; }

 a { background-color: rgb(131,151,233); }

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

<style>
 span { border-color: #8397E9; }

 span { border-color: rgb(131,151,233); }

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