#839EF5

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

Shades of Portage #839EF5

Tints of Portage #839EF5

Color information

#839EF5 (or 0x839EF5) is unknown color: approx Portage. HEX triplet: 83, 9E and F5. RGB value is (131,158,245). Sum of RGB (Red+Green+Blue) = 131+158+245=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #839EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EF5 is #7C610A. Grayscale: #9F9F9F. Windows color (decimal): -8151307 or 16096899. OLE color: 16096899.

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

Color convert

RGB131158245-
CMYK0.470.3600.04
HSL225.79º85.07%73.73%-
HSV(B)225.79º46.53%96.08%-
XYZ38.0735.8791.3-
YUV159.84176.05107.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=24.53%
G=29.59%
B=45.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311582450.470.3600.04225.7985.0773.73
Hex839EF52F2404e2554a
Octal203236365574404342125112
Binary10000011100111101111010110111110010001001110001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839EF5; }

 p { color: rgb(131,158,245); }

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

<style>
 a { background-color: #839EF5; }

 a { background-color: rgb(131,158,245); }

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

<style>
 span { border-color: #839EF5; }

 span { border-color: rgb(131,158,245); }

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