#839EDA

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

Shades of Portage #839EDA

Tints of Portage #839EDA

Color information

#839EDA (or 0x839EDA) is unknown color: approx Portage. HEX triplet: 83, 9E and DA. RGB value is (131,158,218). Sum of RGB (Red+Green+Blue) = 131+158+218=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #839EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDA is #7C6125. Grayscale: #9C9C9C. Windows color (decimal): -8151334 or 14327427. OLE color: 14327427.

HSL color Cylindrical-coordinate representation of color #839EDA: hue angle of 221.38º 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 #839EDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131158218-
CMYK0.400.2800.15
HSL221.38º54.04%68.43%-
HSV(B)221.38º39.91%85.49%-
XYZ34.2434.3471.15-
YUV156.77162.55109.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=25.84%
G=31.16%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311582180.400.2800.15221.3854.0468.43
Hex839EDA281C0Fdd3644
Octal203236332503401733566104
Binary1000001110011110110110101010001110001111110111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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