Shades of Portage #839AD7
Tints of Portage #839AD7
RGB
CMYK
RGB Variations
Color information
#839AD7 (or 0x839AD7) is known color: Portage. HEX triplet: 83, 9A and D7. RGB value is (131,154,215). Sum of RGB (Red+Green+Blue) = 131+154+215=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #839AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AD7 is #7C6528. Grayscale: #999999. Windows color (decimal): -8152361 or 14129795. OLE color: 14129795.
HSL color Cylindrical-coordinate representation of color #839AD7: hue angle of 223.57º degrees, saturation: 0.51, 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 #839AD7 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 154 | 215 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.16 |
| HSL | 223.57º | 0.51% | 0.68% | - |
| HSV(B) | 223.57º | 0.39% | 0.84% | - |
| XYZ | 33.18 | 32.84 | 68.88 | - |
| YUV | 154.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 215 | 0.39 | 0.28 | 0 | 0.16 | 223.57 | 0.51 | 0.68 |
| Hex | 83 | 9A | D7 | 27 | 1C | 0 | 10 | E0 | 33 | 44 |
| Octal | 203 | 232 | 327 | 47 | 34 | 0 | 20 | 340 | 63 | 104 |
| Binary | 10000011 | 10011010 | 11010111 | 100111 | 11100 | 0 | 10000 | 11100000 | 110011 | 1000100 |
Color Harmonies of #839AD7
Complementary color
Monochromatic Colors of #839AD7
Black with #839AD7
Text Example
Text Example
White with #839AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AD7; }
p { color: rgb(131,154,215); }
H1.HeaderClassName
{
color: #839AD7;
}
.AnyTagClassName
{
color: #839AD7;
}
</style>
background-color css
<style>
a { background-color: #839AD7; }
a { background-color: rgb(131,154,215); }
div.DivClassName
{
background-color: #839AD7;
}
.BgClassName
{
background-color: #839AD7;
}
</style>
border-color css
<style>
span { border-color: #839AD7; }
span { border-color: rgb(131,154,215); }
td.TdClassName
{
border-color: #839AD7;
}
.TagClassName
{
border-color: #839AD7;
}
</style>