Shades of Portage #839ED5
Tints of Portage #839ED5
RGB
CMYK
RGB Variations
Color information
#839ED5 (or 0x839ED5) is known color: Portage. HEX triplet: 83, 9E and D5. RGB value is (131,158,213). Sum of RGB (Red+Green+Blue) = 131+158+213=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #839ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ED5 is #7C612A. Grayscale: #9B9B9B. Windows color (decimal): -8151339 or 13999747. OLE color: 13999747.
HSL color Cylindrical-coordinate representation of color #839ED5: hue angle of 220.24º 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 #839ED5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 158 | 213 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.16 |
| HSL | 220.24º | 0.49% | 0.67% | - |
| HSV(B) | 220.24º | 0.38% | 0.84% | - |
| XYZ | 33.6 | 34.08 | 67.76 | - |
| YUV | 156.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 213 | 0.38 | 0.26 | 0 | 0.16 | 220.24 | 0.49 | 0.67 |
| Hex | 83 | 9E | D5 | 26 | 1A | 0 | 10 | DC | 31 | 43 |
| Octal | 203 | 236 | 325 | 46 | 32 | 0 | 20 | 334 | 61 | 103 |
| Binary | 10000011 | 10011110 | 11010101 | 100110 | 11010 | 0 | 10000 | 11011100 | 110001 | 1000011 |
Color Harmonies of #839ED5
Complementary color
Monochromatic Colors of #839ED5
Black with #839ED5
Text Example
Text Example
White with #839ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ED5; }
p { color: rgb(131,158,213); }
H1.HeaderClassName
{
color: #839ED5;
}
.AnyTagClassName
{
color: #839ED5;
}
</style>
background-color css
<style>
a { background-color: #839ED5; }
a { background-color: rgb(131,158,213); }
div.DivClassName
{
background-color: #839ED5;
}
.BgClassName
{
background-color: #839ED5;
}
</style>
border-color css
<style>
span { border-color: #839ED5; }
span { border-color: rgb(131,158,213); }
td.TdClassName
{
border-color: #839ED5;
}
.TagClassName
{
border-color: #839ED5;
}
</style>