Shades of Portage #839DD4
Tints of Portage #839DD4
RGB
CMYK
RGB Variations
Color information
#839DD4 (or 0x839DD4) is known color: Portage. HEX triplet: 83, 9D and D4. RGB value is (131,157,212). Sum of RGB (Red+Green+Blue) = 131+157+212=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #839DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD4 is #7C622B. Grayscale: #9B9B9B. Windows color (decimal): -8151596 or 13933955. OLE color: 13933955.
HSL color Cylindrical-coordinate representation of color #839DD4: hue angle of 220.74º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839DD4 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 157 | 212 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.17 |
| HSL | 220.74º | 0.49% | 0.67% | - |
| HSV(B) | 220.74º | 0.38% | 0.83% | - |
| XYZ | 33.3 | 33.69 | 67.04 | - |
| YUV | 155.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 212 | 0.38 | 0.26 | 0 | 0.17 | 220.74 | 0.49 | 0.67 |
| Hex | 83 | 9D | D4 | 26 | 1A | 0 | 11 | DD | 31 | 43 |
| Octal | 203 | 235 | 324 | 46 | 32 | 0 | 21 | 335 | 61 | 103 |
| Binary | 10000011 | 10011101 | 11010100 | 100110 | 11010 | 0 | 10001 | 11011101 | 110001 | 1000011 |
Color Harmonies of #839DD4
Complementary color
Monochromatic Colors of #839DD4
Black with #839DD4
Text Example
Text Example
White with #839DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DD4; }
p { color: rgb(131,157,212); }
H1.HeaderClassName
{
color: #839DD4;
}
.AnyTagClassName
{
color: #839DD4;
}
</style>
background-color css
<style>
a { background-color: #839DD4; }
a { background-color: rgb(131,157,212); }
div.DivClassName
{
background-color: #839DD4;
}
.BgClassName
{
background-color: #839DD4;
}
</style>
border-color css
<style>
span { border-color: #839DD4; }
span { border-color: rgb(131,157,212); }
td.TdClassName
{
border-color: #839DD4;
}
.TagClassName
{
border-color: #839DD4;
}
</style>