#839BD6

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

Shades of Portage #839BD6

Tints of Portage #839BD6

Color information

#839BD6 (or 0x839BD6) is unknown color: approx Portage. HEX triplet: 83, 9B and D6. RGB value is (131,155,214). Sum of RGB (Red+Green+Blue) = 131+155+214=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #839BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BD6 is #7C6429. Grayscale: #9A9A9A. Windows color (decimal): -8152106 or 14064515. OLE color: 14064515.

HSL color Cylindrical-coordinate representation of color #839BD6: hue angle of 222.65º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #839BD6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131155214-
CMYK0.390.2800.16
HSL222.65º50.3%67.65%-
HSV(B)222.65º38.79%83.92%-
XYZ33.2233.1268.26-
YUV154.55161.55111.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=26.2%
G=31%
B=42.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311552140.390.2800.16222.6550.367.65
Hex839BD6271C010df3244
Octal203233326473402033762104
Binary10000011100110111101011010011111100010000110111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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