#8399EC

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

Shades of Portage #8399EC

Tints of Portage #8399EC

Color information

#8399EC (or 0x8399EC) is unknown color: approx Portage. HEX triplet: 83, 99 and EC. RGB value is (131,153,236). Sum of RGB (Red+Green+Blue) = 131+153+236=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8399EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8399EC is #7C6613. Grayscale: #9B9B9B. Windows color (decimal): -8152596 or 15505795. OLE color: 15505795.

HSL color Cylindrical-coordinate representation of color #8399EC: hue angle of 227.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8399EC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131153236-
CMYK0.440.3500.07
HSL227.43º73.43%71.96%-
HSV(B)227.43º44.49%92.55%-
XYZ35.8933.6683.96-
YUV155.88173.21110.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.19%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=25.19%
G=29.42%
B=45.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311532360.440.3500.07227.4373.4371.96
Hex8399EC2C2307e34948
Octal203231354544307343111110
Binary10000011100110011110110010110010001101111110001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8399EC; }

 p { color: rgb(131,153,236); }

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

<style>
 a { background-color: #8399EC; }

 a { background-color: rgb(131,153,236); }

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

<style>
 span { border-color: #8399EC; }

 span { border-color: rgb(131,153,236); }

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