#839CD5

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

Shades of Portage #839CD5

Tints of Portage #839CD5

Color information

#839CD5 (or 0x839CD5) is unknown color: approx Portage. HEX triplet: 83, 9C and D5. RGB value is (131,156,213). Sum of RGB (Red+Green+Blue) = 131+156+213=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #839CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CD5 is #7C632A. Grayscale: #9A9A9A. Windows color (decimal): -8151851 or 13999235. OLE color: 13999235.

HSL color Cylindrical-coordinate representation of color #839CD5: hue angle of 221.71º 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 #839CD5 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131156213-
CMYK0.380.2700.16
HSL221.71º49.4%67.45%-
HSV(B)221.71º38.5%83.53%-
XYZ33.2633.4167.65-
YUV155.02160.72110.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=26.2%
G=31.2%
B=42.6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311562130.380.2700.16221.7149.467.45
Hex839CD5261B010de3143
Octal203234325463302033661103
Binary10000011100111001101010110011011011010000110111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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