#839BF2

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

Shades of Portage #839BF2

Tints of Portage #839BF2

Color information

#839BF2 (or 0x839BF2) is unknown color: approx Portage. HEX triplet: 83, 9B and F2. RGB value is (131,155,242). Sum of RGB (Red+Green+Blue) = 131+155+242=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #839BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BF2 is #7C640D. Grayscale: #9D9D9D. Windows color (decimal): -8152078 or 15899523. OLE color: 15899523.

HSL color Cylindrical-coordinate representation of color #839BF2: hue angle of 227.03º degrees, saturation: 0.81, 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 #839BF2 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131155242-
CMYK0.460.3600.05
HSL227.03º81.02%73.14%-
HSV(B)227.03º45.87%94.9%-
XYZ37.1134.6888.74-
YUV157.74175.55108.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.81%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=24.81%
G=29.36%
B=45.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311552420.460.3600.05227.0381.0273.14
Hex839BF22E2405e35149
Octal203233362564405343121111
Binary10000011100110111111001010111010010001011110001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,155,242); }

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

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

 a { background-color: rgb(131,155,242); }

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

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

 span { border-color: rgb(131,155,242); }

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