#839be1

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

Shades of Portage #839BE1

Tints of Portage #839BE1

Color information

#839BE1 (or 0x839BE1) is unknown color: approx Portage. HEX triplet: 83, 9B and E1. RGB value is (131,155,225). Sum of RGB (Red+Green+Blue) = 131+155+225=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #839BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BE1 is #7C641E. Grayscale: #9B9B9B. Windows color (decimal): -8152095 or 14785411. OLE color: 14785411.

HSL color Cylindrical-coordinate representation of color #839BE1: hue angle of 224.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839BE1 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131155225-
CMYK0.420.3100.12
HSL224.68º61.04%69.8%-
HSV(B)224.68º41.78%88.24%-
XYZ34.6733.775.91-
YUV155.8167.05110.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=25.64%
G=30.33%
B=44.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311552250.420.3100.12224.6861.0469.8
Hex839BE12A1F0Ce13d46
Octal203233341523701434175106
Binary1000001110011011111000011010101111101100111000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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