#839AEA

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

Shades of Portage #839AEA

Tints of Portage #839AEA

Color information

#839AEA (or 0x839AEA) is unknown color: approx Portage. HEX triplet: 83, 9A and EA. RGB value is (131,154,234). Sum of RGB (Red+Green+Blue) = 131+154+234=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #839AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AEA is #7C6515. Grayscale: #9B9B9B. Windows color (decimal): -8152342 or 15374979. OLE color: 15374979.

HSL color Cylindrical-coordinate representation of color #839AEA: hue angle of 226.6º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839AEA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131154234-
CMYK0.440.3400.08
HSL226.6º71.03%71.57%-
HSV(B)226.6º44.02%91.76%-
XYZ35.7733.8882.5-
YUV156.24171.88110-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.24%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=25.24%
G=29.67%
B=45.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311542340.440.3400.08226.671.0371.57
Hex839AEA2C2208e34748
Octal2032323525442010343107110
Binary100000111001101011101010101100100010010001110001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,154,234); }

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

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

 a { background-color: rgb(131,154,234); }

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

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

 span { border-color: rgb(131,154,234); }

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