#838EEC

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

Shades of Portage #838EEC

Tints of Portage #838EEC

Color information

#838EEC (or 0x838EEC) is unknown color: approx Portage. HEX triplet: 83, 8E and EC. RGB value is (131,142,236). Sum of RGB (Red+Green+Blue) = 131+142+236=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #838EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EEC is #7C7113. Grayscale: #959595. Windows color (decimal): -8155412 or 15502979. OLE color: 15502979.

HSL color Cylindrical-coordinate representation of color #838EEC: hue angle of 233.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838EEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131142236-
CMYK0.440.4000.07
HSL233.71º73.43%71.96%-
HSV(B)233.71º44.49%92.55%-
XYZ34.1730.2383.39-
YUV149.43176.86114.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.74%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=25.74%
G=27.90%
B=46.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311422360.440.4000.07233.7173.4371.96
Hex838EEC2C2807ea4948
Octal203216354545007352111110
Binary10000011100011101110110010110010100001111110101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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