#839BD1

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

Shades of Portage #839BD1

Tints of Portage #839BD1

Color information

#839BD1 (or 0x839BD1) is unknown color: approx Portage. HEX triplet: 83, 9B and D1. RGB value is (131,155,209). Sum of RGB (Red+Green+Blue) = 131+155+209=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #839BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BD1 is #7C642E. Grayscale: #999999. Windows color (decimal): -8152111 or 13736835. OLE color: 13736835.

HSL color Cylindrical-coordinate representation of color #839BD1: hue angle of 221.54º 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 #839BD1 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131155209-
CMYK0.370.2600.18
HSL221.54º45.88%66.67%-
HSV(B)221.54º37.32%81.96%-
XYZ32.5932.8764.95-
YUV153.98159.05111.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=26.46%
G=31.31%
B=42.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311552090.370.2600.18221.5445.8866.67
Hex839BD1251A012de2e43
Octal203233321453202233656103
Binary10000011100110111101000110010111010010010110111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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