Shades of Portage #838AD0
Tints of Portage #838AD0
RGB
CMYK
RGB Variations
Color information
#838AD0 (or 0x838AD0) is known color: Portage. HEX triplet: 83, 8A and D0. RGB value is (131,138,208). Sum of RGB (Red+Green+Blue) = 131+138+208=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #838AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AD0 is #7C752F. Grayscale: #8F8F8F. Windows color (decimal): -8156464 or 13666947. OLE color: 13666947.
HSL color Cylindrical-coordinate representation of color #838AD0: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #838AD0 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 138 | 208 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.18 |
| HSL | 234.55º | 0.45% | 0.66% | - |
| HSV(B) | 234.55º | 0.37% | 0.82% | - |
| XYZ | 29.83 | 27.56 | 63.42 | - |
| YUV | 143.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 208 | 0.37 | 0.34 | 0 | 0.18 | 234.55 | 0.45 | 0.66 |
| Hex | 83 | 8A | D0 | 25 | 22 | 0 | 12 | EB | 2D | 42 |
| Octal | 203 | 212 | 320 | 45 | 42 | 0 | 22 | 353 | 55 | 102 |
| Binary | 10000011 | 10001010 | 11010000 | 100101 | 100010 | 0 | 10010 | 11101011 | 101101 | 1000010 |
Color Harmonies of #838AD0
Complementary color
Monochromatic Colors of #838AD0
Black with #838AD0
Text Example
Text Example
White with #838AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AD0; }
p { color: rgb(131,138,208); }
H1.HeaderClassName
{
color: #838AD0;
}
.AnyTagClassName
{
color: #838AD0;
}
</style>
background-color css
<style>
a { background-color: #838AD0; }
a { background-color: rgb(131,138,208); }
div.DivClassName
{
background-color: #838AD0;
}
.BgClassName
{
background-color: #838AD0;
}
</style>
border-color css
<style>
span { border-color: #838AD0; }
span { border-color: rgb(131,138,208); }
td.TdClassName
{
border-color: #838AD0;
}
.TagClassName
{
border-color: #838AD0;
}
</style>