Shades of Portage #838DD6
Tints of Portage #838DD6
RGB
CMYK
RGB Variations
Color information
#838DD6 (or 0x838DD6) is known color: Portage. HEX triplet: 83, 8D and D6. RGB value is (131,141,214). Sum of RGB (Red+Green+Blue) = 131+141+214=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #838DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DD6 is #7C7229. Grayscale: #929292. Windows color (decimal): -8155690 or 14060931. OLE color: 14060931.
HSL color Cylindrical-coordinate representation of color #838DD6: hue angle of 232.77º 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 #838DD6 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 141 | 214 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.16 |
| HSL | 232.77º | 0.5% | 0.68% | - |
| HSV(B) | 232.77º | 0.39% | 0.84% | - |
| XYZ | 31.02 | 28.73 | 67.53 | - |
| YUV | 146.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 214 | 0.39 | 0.34 | 0 | 0.16 | 232.77 | 0.5 | 0.68 |
| Hex | 83 | 8D | D6 | 27 | 22 | 0 | 10 | E9 | 32 | 44 |
| Octal | 203 | 215 | 326 | 47 | 42 | 0 | 20 | 351 | 62 | 104 |
| Binary | 10000011 | 10001101 | 11010110 | 100111 | 100010 | 0 | 10000 | 11101001 | 110010 | 1000100 |
Color Harmonies of #838DD6
Complementary color
Monochromatic Colors of #838DD6
Black with #838DD6
Text Example
Text Example
White with #838DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DD6; }
p { color: rgb(131,141,214); }
H1.HeaderClassName
{
color: #838DD6;
}
.AnyTagClassName
{
color: #838DD6;
}
</style>
background-color css
<style>
a { background-color: #838DD6; }
a { background-color: rgb(131,141,214); }
div.DivClassName
{
background-color: #838DD6;
}
.BgClassName
{
background-color: #838DD6;
}
</style>
border-color css
<style>
span { border-color: #838DD6; }
span { border-color: rgb(131,141,214); }
td.TdClassName
{
border-color: #838DD6;
}
.TagClassName
{
border-color: #838DD6;
}
</style>