Shades of Portage #838DD3
Tints of Portage #838DD3
RGB
CMYK
RGB Variations
Color information
#838DD3 (or 0x838DD3) is known color: Portage. HEX triplet: 83, 8D and D3. RGB value is (131,141,211). Sum of RGB (Red+Green+Blue) = 131+141+211=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #838DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DD3 is #7C722C. Grayscale: #919191. Windows color (decimal): -8155693 or 13864323. OLE color: 13864323.
HSL color Cylindrical-coordinate representation of color #838DD3: hue angle of 232.5º degrees, saturation: 0.48, 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 #838DD3 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 141 | 211 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.17 |
| HSL | 232.5º | 0.48% | 0.67% | - |
| HSV(B) | 232.5º | 0.38% | 0.83% | - |
| XYZ | 30.64 | 28.58 | 65.53 | - |
| YUV | 145.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 211 | 0.38 | 0.33 | 0 | 0.17 | 232.5 | 0.48 | 0.67 |
| Hex | 83 | 8D | D3 | 26 | 21 | 0 | 11 | E8 | 30 | 43 |
| Octal | 203 | 215 | 323 | 46 | 41 | 0 | 21 | 350 | 60 | 103 |
| Binary | 10000011 | 10001101 | 11010011 | 100110 | 100001 | 0 | 10001 | 11101000 | 110000 | 1000011 |
Color Harmonies of #838DD3
Complementary color
Monochromatic Colors of #838DD3
Black with #838DD3
Text Example
Text Example
White with #838DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DD3; }
p { color: rgb(131,141,211); }
H1.HeaderClassName
{
color: #838DD3;
}
.AnyTagClassName
{
color: #838DD3;
}
</style>
background-color css
<style>
a { background-color: #838DD3; }
a { background-color: rgb(131,141,211); }
div.DivClassName
{
background-color: #838DD3;
}
.BgClassName
{
background-color: #838DD3;
}
</style>
border-color css
<style>
span { border-color: #838DD3; }
span { border-color: rgb(131,141,211); }
td.TdClassName
{
border-color: #838DD3;
}
.TagClassName
{
border-color: #838DD3;
}
</style>