Shades of Portage #839FDD
Tints of Portage #839FDD
RGB
CMYK
RGB Variations
Color information
#839FDD (or 0x839FDD) is known color: Portage. HEX triplet: 83, 9F and DD. RGB value is (131,159,221). Sum of RGB (Red+Green+Blue) = 131+159+221=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #839FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDD is #7C6022. Grayscale: #9D9D9D. Windows color (decimal): -8151075 or 14524291. OLE color: 14524291.
HSL color Cylindrical-coordinate representation of color #839FDD: hue angle of 221.33º degrees, saturation: 0.57, 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 #839FDD is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 159 | 221 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.13 |
| HSL | 221.33º | 0.57% | 0.69% | - |
| HSV(B) | 221.33º | 0.41% | 0.87% | - |
| XYZ | 34.81 | 34.84 | 73.3 | - |
| YUV | 157.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 221 | 0.41 | 0.28 | 0 | 0.13 | 221.33 | 0.57 | 0.69 |
| Hex | 83 | 9F | DD | 29 | 1C | 0 | D | DD | 39 | 45 |
| Octal | 203 | 237 | 335 | 51 | 34 | 0 | 15 | 335 | 71 | 105 |
| Binary | 10000011 | 10011111 | 11011101 | 101001 | 11100 | 0 | 1101 | 11011101 | 111001 | 1000101 |
Color Harmonies of #839FDD
Complementary color
Monochromatic Colors of #839FDD
Black with #839FDD
Text Example
Text Example
White with #839FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FDD; }
p { color: rgb(131,159,221); }
H1.HeaderClassName
{
color: #839FDD;
}
.AnyTagClassName
{
color: #839FDD;
}
</style>
background-color css
<style>
a { background-color: #839FDD; }
a { background-color: rgb(131,159,221); }
div.DivClassName
{
background-color: #839FDD;
}
.BgClassName
{
background-color: #839FDD;
}
</style>
border-color css
<style>
span { border-color: #839FDD; }
span { border-color: rgb(131,159,221); }
td.TdClassName
{
border-color: #839FDD;
}
.TagClassName
{
border-color: #839FDD;
}
</style>