Shades of Portage #839BDF
Tints of Portage #839BDF
RGB
CMYK
RGB Variations
Color information
#839BDF (or 0x839BDF) is known color: Portage. HEX triplet: 83, 9B and DF. RGB value is (131,155,223). Sum of RGB (Red+Green+Blue) = 131+155+223=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #839BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BDF is #7C6420. Grayscale: #9B9B9B. Windows color (decimal): -8152097 or 14654339. OLE color: 14654339.
HSL color Cylindrical-coordinate representation of color #839BDF: hue angle of 224.35º 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 #839BDF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 155 | 223 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.13 |
| HSL | 224.35º | 0.59% | 0.69% | - |
| HSV(B) | 224.35º | 0.41% | 0.87% | - |
| XYZ | 34.4 | 33.6 | 74.48 | - |
| YUV | 155.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 223 | 0.41 | 0.30 | 0 | 0.13 | 224.35 | 0.59 | 0.69 |
| Hex | 83 | 9B | DF | 29 | 1E | 0 | D | E0 | 3B | 45 |
| Octal | 203 | 233 | 337 | 51 | 36 | 0 | 15 | 340 | 73 | 105 |
| Binary | 10000011 | 10011011 | 11011111 | 101001 | 11110 | 0 | 1101 | 11100000 | 111011 | 1000101 |
Color Harmonies of #839BDF
Complementary color
Monochromatic Colors of #839BDF
Black with #839BDF
Text Example
Text Example
White with #839BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BDF; }
p { color: rgb(131,155,223); }
H1.HeaderClassName
{
color: #839BDF;
}
.AnyTagClassName
{
color: #839BDF;
}
</style>
background-color css
<style>
a { background-color: #839BDF; }
a { background-color: rgb(131,155,223); }
div.DivClassName
{
background-color: #839BDF;
}
.BgClassName
{
background-color: #839BDF;
}
</style>
border-color css
<style>
span { border-color: #839BDF; }
span { border-color: rgb(131,155,223); }
td.TdClassName
{
border-color: #839BDF;
}
.TagClassName
{
border-color: #839BDF;
}
</style>