#838AF3

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

Shades of Portage #838AF3

Tints of Portage #838AF3

Color information

#838AF3 (or 0x838AF3) is unknown color: approx Portage. HEX triplet: 83, 8A and F3. RGB value is (131,138,243). Sum of RGB (Red+Green+Blue) = 131+138+243=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #838AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF3 is #7C750C. Grayscale: #939393. Windows color (decimal): -8156429 or 15960707. OLE color: 15960707.

HSL color Cylindrical-coordinate representation of color #838AF3: hue angle of 236.25º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838AF3 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131138243-
CMYK0.460.4300.05
HSL236.25º82.35%73.33%-
HSV(B)236.25º46.09%95.29%-
XYZ34.6329.4788.66-
YUV147.88181.68115.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 243 (95.31% from 255) = 47.46%
R=25.59%
G=26.95%
B=47.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311382430.460.4300.05236.2582.3573.33
Hex838AF32E2B05ec5249
Octal203212363565305354122111
Binary10000011100010101111001110111010101101011110110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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