#839BF4

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

Shades of Portage #839BF4

Tints of Portage #839BF4

Color information

#839BF4 (or 0x839BF4) is unknown color: approx Portage. HEX triplet: 83, 9B and F4. RGB value is (131,155,244). Sum of RGB (Red+Green+Blue) = 131+155+244=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #839BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BF4 is #7C640B. Grayscale: #9D9D9D. Windows color (decimal): -8152076 or 16030595. OLE color: 16030595.

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

Color convert

RGB131155244-
CMYK0.460.3600.04
HSL227.26º83.7%73.53%-
HSV(B)227.26º46.31%95.69%-
XYZ37.4134.890.33-
YUV157.97176.55108.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 244 (95.70% from 255) = 46.04%
R=24.72%
G=29.25%
B=46.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311552440.460.3600.04227.2683.773.53
Hex839BF42E2404e3544a
Octal203233364564404343124112
Binary10000011100110111111010010111010010001001110001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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