#839DD5

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

Shades of Portage #839DD5

Tints of Portage #839DD5

Color information

#839DD5 (or 0x839DD5) is unknown color: approx Portage. HEX triplet: 83, 9D and D5. RGB value is (131,157,213). Sum of RGB (Red+Green+Blue) = 131+157+213=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #839DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD5 is #7C622A. Grayscale: #9B9B9B. Windows color (decimal): -8151595 or 13999491. OLE color: 13999491.

HSL color Cylindrical-coordinate representation of color #839DD5: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839DD5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131157213-
CMYK0.380.2600.16
HSL220.98º49.4%67.45%-
HSV(B)220.98º38.5%83.53%-
XYZ33.4333.7467.7-
YUV155.61160.39110.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=26.15%
G=31.34%
B=42.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311572130.380.2600.16220.9849.467.45
Hex839DD5261A010dd3143
Octal203235325463202033561103
Binary10000011100111011101010110011011010010000110111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,157,213); }

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

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

 a { background-color: rgb(131,157,213); }

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

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

 span { border-color: rgb(131,157,213); }

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