#839CD1

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

Shades of Portage #839CD1

Tints of Portage #839CD1

Color information

#839CD1 (or 0x839CD1) is unknown color: approx Portage. HEX triplet: 83, 9C and D1. RGB value is (131,156,209). Sum of RGB (Red+Green+Blue) = 131+156+209=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #839CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CD1 is #7C632E. Grayscale: #9A9A9A. Windows color (decimal): -8151855 or 13737091. OLE color: 13737091.

HSL color Cylindrical-coordinate representation of color #839CD1: hue angle of 220.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839CD1 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131156209-
CMYK0.370.2500.18
HSL220.77º45.88%66.67%-
HSV(B)220.77º37.32%81.96%-
XYZ32.7633.2165-
YUV154.57158.72111.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=26.41%
G=31.45%
B=42.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311562090.370.2500.18220.7745.8866.67
Hex839CD12519012dd2e43
Octal203234321453102233556103
Binary10000011100111001101000110010111001010010110111011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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