#839EE1

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

Shades of Portage #839EE1

Tints of Portage #839EE1

Color information

#839EE1 (or 0x839EE1) is unknown color: approx Portage. HEX triplet: 83, 9E and E1. RGB value is (131,158,225). Sum of RGB (Red+Green+Blue) = 131+158+225=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #839EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EE1 is #7C611E. Grayscale: #9D9D9D. Windows color (decimal): -8151327 or 14786179. OLE color: 14786179.

HSL color Cylindrical-coordinate representation of color #839EE1: hue angle of 222.77º 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 #839EE1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131158225-
CMYK0.420.3000.12
HSL222.77º61.04%69.8%-
HSV(B)222.77º41.78%88.24%-
XYZ35.1834.7276.08-
YUV157.56166.05109.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.49%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=25.49%
G=30.74%
B=43.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311582250.420.3000.12222.7761.0469.8
Hex839EE12A1E0Cdf3d46
Octal203236341523601433775106
Binary1000001110011110111000011010101111001100110111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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