#838ECE

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

Shades of Portage #838ECE

Tints of Portage #838ECE

Color information

#838ECE (or 0x838ECE) is unknown color: approx Portage. HEX triplet: 83, 8E and CE. RGB value is (131,142,206). Sum of RGB (Red+Green+Blue) = 131+142+206=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #838ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECE is #7C7131. Grayscale: #919191. Windows color (decimal): -8155442 or 13536899. OLE color: 13536899.

HSL color Cylindrical-coordinate representation of color #838ECE: hue angle of 231.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838ECE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131142206-
CMYK0.360.3100.19
HSL231.2º43.35%66.08%-
HSV(B)231.2º36.41%80.78%-
XYZ30.1728.6362.33-
YUV146.01161.86117.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=27.35%
G=29.65%
B=43.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311422060.360.3100.19231.243.3566.08
Hex838ECE241F013e72b42
Octal203216316443702334753102
Binary10000011100011101100111010010011111010011111001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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