#838AE9

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

Shades of Portage #838AE9

Tints of Portage #838AE9

Color information

#838AE9 (or 0x838AE9) is unknown color: approx Portage. HEX triplet: 83, 8A and E9. RGB value is (131,138,233). Sum of RGB (Red+Green+Blue) = 131+138+233=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #838AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AE9 is #7C7516. Grayscale: #929292. Windows color (decimal): -8156439 or 15305347. OLE color: 15305347.

HSL color Cylindrical-coordinate representation of color #838AE9: hue angle of 235.88º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838AE9 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131138233-
CMYK0.440.4100.09
HSL235.88º69.86%71.37%-
HSV(B)235.88º43.78%91.37%-
XYZ33.1628.8980.92-
YUV146.74176.68116.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=26.10%
G=27.49%
B=46.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311382330.440.4100.09235.8869.8671.37
Hex838AE92C2909ec4647
Octal2032123515451011354106107
Binary100000111000101011101001101100101001010011110110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838AE9; }

 p { color: rgb(131,138,233); }

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

<style>
 a { background-color: #838AE9; }

 a { background-color: rgb(131,138,233); }

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

<style>
 span { border-color: #838AE9; }

 span { border-color: rgb(131,138,233); }

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