Shades of Portage #839DDF
Tints of Portage #839DDF
RGB
CMYK
RGB Variations
Color information
#839DDF (or 0x839DDF) is known color: Portage. HEX triplet: 83, 9D and DF. RGB value is (131,157,223). Sum of RGB (Red+Green+Blue) = 131+157+223=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #839DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DDF is #7C6220. Grayscale: #9C9C9C. Windows color (decimal): -8151585 or 14654851. OLE color: 14654851.
HSL color Cylindrical-coordinate representation of color #839DDF: hue angle of 223.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839DDF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 157 | 223 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.13 |
| HSL | 223.04º | 0.59% | 0.69% | - |
| HSV(B) | 223.04º | 0.41% | 0.87% | - |
| XYZ | 34.74 | 34.27 | 74.6 | - |
| YUV | 156.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 223 | 0.41 | 0.30 | 0 | 0.13 | 223.04 | 0.59 | 0.69 |
| Hex | 83 | 9D | DF | 29 | 1E | 0 | D | DF | 3B | 45 |
| Octal | 203 | 235 | 337 | 51 | 36 | 0 | 15 | 337 | 73 | 105 |
| Binary | 10000011 | 10011101 | 11011111 | 101001 | 11110 | 0 | 1101 | 11011111 | 111011 | 1000101 |
Color Harmonies of #839DDF
Complementary color
Monochromatic Colors of #839DDF
Black with #839DDF
Text Example
Text Example
White with #839DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DDF; }
p { color: rgb(131,157,223); }
H1.HeaderClassName
{
color: #839DDF;
}
.AnyTagClassName
{
color: #839DDF;
}
</style>
background-color css
<style>
a { background-color: #839DDF; }
a { background-color: rgb(131,157,223); }
div.DivClassName
{
background-color: #839DDF;
}
.BgClassName
{
background-color: #839DDF;
}
</style>
border-color css
<style>
span { border-color: #839DDF; }
span { border-color: rgb(131,157,223); }
td.TdClassName
{
border-color: #839DDF;
}
.TagClassName
{
border-color: #839DDF;
}
</style>