#838ECA

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

Shades of Portage #838ECA

Tints of Portage #838ECA

Color information

#838ECA (or 0x838ECA) is unknown color: approx Portage. HEX triplet: 83, 8E and CA. RGB value is (131,142,202). Sum of RGB (Red+Green+Blue) = 131+142+202=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #838ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECA is #7C7135. Grayscale: #919191. Windows color (decimal): -8155446 or 13274755. OLE color: 13274755.

HSL color Cylindrical-coordinate representation of color #838ECA: hue angle of 230.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838ECA is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131142202-
CMYK0.350.3000.21
HSL230.7º40.11%65.29%-
HSV(B)230.7º35.15%79.22%-
XYZ29.6928.4459.8-
YUV145.55159.86117.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=27.58%
G=29.89%
B=42.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311422020.350.3000.21230.740.1165.29
Hex838ECA231E015e72841
Octal203216312433602534750101
Binary10000011100011101100101010001111110010101111001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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