Shades of Portage #838DDD
Tints of Portage #838DDD
RGB
CMYK
RGB Variations
Color information
#838DDD (or 0x838DDD) is known color: Portage. HEX triplet: 83, 8D and DD. RGB value is (131,141,221). Sum of RGB (Red+Green+Blue) = 131+141+221=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #838DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DDD is #7C7222. Grayscale: #929292. Windows color (decimal): -8155683 or 14519683. OLE color: 14519683.
HSL color Cylindrical-coordinate representation of color #838DDD: hue angle of 233.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 #838DDD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 141 | 221 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.13 |
| HSL | 233.33º | 0.57% | 0.69% | - |
| HSV(B) | 233.33º | 0.41% | 0.87% | - |
| XYZ | 31.94 | 29.1 | 72.34 | - |
| YUV | 147.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 221 | 0.41 | 0.36 | 0 | 0.13 | 233.33 | 0.57 | 0.69 |
| Hex | 83 | 8D | DD | 29 | 24 | 0 | D | E9 | 39 | 45 |
| Octal | 203 | 215 | 335 | 51 | 44 | 0 | 15 | 351 | 71 | 105 |
| Binary | 10000011 | 10001101 | 11011101 | 101001 | 100100 | 0 | 1101 | 11101001 | 111001 | 1000101 |
Color Harmonies of #838DDD
Complementary color
Monochromatic Colors of #838DDD
Black with #838DDD
Text Example
Text Example
White with #838DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DDD; }
p { color: rgb(131,141,221); }
H1.HeaderClassName
{
color: #838DDD;
}
.AnyTagClassName
{
color: #838DDD;
}
</style>
background-color css
<style>
a { background-color: #838DDD; }
a { background-color: rgb(131,141,221); }
div.DivClassName
{
background-color: #838DDD;
}
.BgClassName
{
background-color: #838DDD;
}
</style>
border-color css
<style>
span { border-color: #838DDD; }
span { border-color: rgb(131,141,221); }
td.TdClassName
{
border-color: #838DDD;
}
.TagClassName
{
border-color: #838DDD;
}
</style>