#838EF0

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

Shades of Portage #838EF0

Tints of Portage #838EF0

Color information

#838EF0 (or 0x838EF0) is unknown color: approx Portage. HEX triplet: 83, 8E and F0. RGB value is (131,142,240). Sum of RGB (Red+Green+Blue) = 131+142+240=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #838EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EF0 is #7C710F. Grayscale: #959595. Windows color (decimal): -8155408 or 15765123. OLE color: 15765123.

HSL color Cylindrical-coordinate representation of color #838EF0: hue angle of 233.94º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838EF0 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131142240-
CMYK0.450.4100.06
HSL233.94º78.42%72.75%-
HSV(B)233.94º45.42%94.12%-
XYZ34.7630.4686.49-
YUV149.88178.86114.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.54%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=25.54%
G=27.68%
B=46.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311422400.450.4100.06233.9478.4272.75
Hex838EF02D2906ea4e49
Octal203216360555106352116111
Binary10000011100011101111000010110110100101101110101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,240); }

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

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

 a { background-color: rgb(131,142,240); }

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

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

 span { border-color: rgb(131,142,240); }

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