Shades of Portage #839AD6
Tints of Portage #839AD6
RGB
CMYK
RGB Variations
Color information
#839AD6 (or 0x839AD6) is known color: Portage. HEX triplet: 83, 9A and D6. RGB value is (131,154,214). Sum of RGB (Red+Green+Blue) = 131+154+214=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #839AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AD6 is #7C6529. Grayscale: #999999. Windows color (decimal): -8152362 or 14064259. OLE color: 14064259.
HSL color Cylindrical-coordinate representation of color #839AD6: hue angle of 223.37º 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 #839AD6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 154 | 214 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.16 |
| HSL | 223.37º | 0.5% | 0.68% | - |
| HSV(B) | 223.37º | 0.39% | 0.84% | - |
| XYZ | 33.05 | 32.79 | 68.21 | - |
| YUV | 153.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 214 | 0.39 | 0.28 | 0 | 0.16 | 223.37 | 0.5 | 0.68 |
| Hex | 83 | 9A | D6 | 27 | 1C | 0 | 10 | DF | 32 | 44 |
| Octal | 203 | 232 | 326 | 47 | 34 | 0 | 20 | 337 | 62 | 104 |
| Binary | 10000011 | 10011010 | 11010110 | 100111 | 11100 | 0 | 10000 | 11011111 | 110010 | 1000100 |
Color Harmonies of #839AD6
Complementary color
Monochromatic Colors of #839AD6
Black with #839AD6
Text Example
Text Example
White with #839AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AD6; }
p { color: rgb(131,154,214); }
H1.HeaderClassName
{
color: #839AD6;
}
.AnyTagClassName
{
color: #839AD6;
}
</style>
background-color css
<style>
a { background-color: #839AD6; }
a { background-color: rgb(131,154,214); }
div.DivClassName
{
background-color: #839AD6;
}
.BgClassName
{
background-color: #839AD6;
}
</style>
border-color css
<style>
span { border-color: #839AD6; }
span { border-color: rgb(131,154,214); }
td.TdClassName
{
border-color: #839AD6;
}
.TagClassName
{
border-color: #839AD6;
}
</style>