#838AE2

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

Shades of Portage #838AE2

Tints of Portage #838AE2

Color information

#838AE2 (or 0x838AE2) is unknown color: approx Portage. HEX triplet: 83, 8A and E2. RGB value is (131,138,226). Sum of RGB (Red+Green+Blue) = 131+138+226=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #838AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AE2 is #7C751D. Grayscale: #919191. Windows color (decimal): -8156446 or 14846595. OLE color: 14846595.

HSL color Cylindrical-coordinate representation of color #838AE2: hue angle of 235.58º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838AE2 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131138226-
CMYK0.420.3900.11
HSL235.58º62.09%70%-
HSV(B)235.58º42.04%88.63%-
XYZ32.1828.4975.76-
YUV145.94173.18117.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 226 (88.67% from 255) = 45.66%
R=26.46%
G=27.88%
B=45.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311382260.420.3900.11235.5862.0970
Hex838AE22A270Bec3e46
Octal203212342524701335476106
Binary10000011100010101110001010101010011101011111011001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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