#838EDA

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

Shades of Portage #838EDA

Tints of Portage #838EDA

Color information

#838EDA (or 0x838EDA) is unknown color: approx Portage. HEX triplet: 83, 8E and DA. RGB value is (131,142,218). Sum of RGB (Red+Green+Blue) = 131+142+218=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #838EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EDA is #7C7125. Grayscale: #939393. Windows color (decimal): -8155430 or 14323331. OLE color: 14323331.

HSL color Cylindrical-coordinate representation of color #838EDA: hue angle of 232.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838EDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131142218-
CMYK0.400.3500.15
HSL232.41º54.04%68.43%-
HSV(B)232.41º39.91%85.49%-
XYZ31.6929.2370.3-
YUV147.38167.86116.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=26.68%
G=28.92%
B=44.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311422180.400.3500.15232.4154.0468.43
Hex838EDA28230Fe83644
Octal203216332504301735066104
Binary10000011100011101101101010100010001101111111010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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