#839ED9

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

Shades of Portage #839ED9

Tints of Portage #839ED9

Color information

#839ED9 (or 0x839ED9) is unknown color: approx Portage. HEX triplet: 83, 9E and D9. RGB value is (131,158,217). Sum of RGB (Red+Green+Blue) = 131+158+217=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #839ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ED9 is #7C6126. Grayscale: #9C9C9C. Windows color (decimal): -8151335 or 14261891. OLE color: 14261891.

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

Color convert

RGB131158217-
CMYK0.400.2700.15
HSL221.16º53.09%68.24%-
HSV(B)221.16º39.63%85.1%-
XYZ34.1134.2970.47-
YUV156.65162.05109.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=25.89%
G=31.23%
B=42.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311582170.400.2700.15221.1653.0968.24
Hex839ED9281B0Fdd3544
Octal203236331503301733565104
Binary1000001110011110110110011010001101101111110111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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