Shades of Portage #838DCB
Tints of Portage #838DCB
RGB
CMYK
RGB Variations
Color information
#838DCB (or 0x838DCB) is known color: Portage. HEX triplet: 83, 8D and CB. RGB value is (131,141,203). Sum of RGB (Red+Green+Blue) = 131+141+203=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #838DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCB is #7C7234. Grayscale: #909090. Windows color (decimal): -8155701 or 13340035. OLE color: 13340035.
HSL color Cylindrical-coordinate representation of color #838DCB: hue angle of 231.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838DCB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 141 | 203 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.20 |
| HSL | 231.67º | 0.41% | 0.65% | - |
| HSV(B) | 231.67º | 0.35% | 0.8% | - |
| XYZ | 29.66 | 28.19 | 60.38 | - |
| YUV | 145.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 203 | 0.35 | 0.31 | 0 | 0.20 | 231.67 | 0.41 | 0.65 |
| Hex | 83 | 8D | CB | 23 | 1F | 0 | 14 | E8 | 29 | 41 |
| Octal | 203 | 215 | 313 | 43 | 37 | 0 | 24 | 350 | 51 | 101 |
| Binary | 10000011 | 10001101 | 11001011 | 100011 | 11111 | 0 | 10100 | 11101000 | 101001 | 1000001 |
Color Harmonies of #838DCB
Complementary color
Monochromatic Colors of #838DCB
Black with #838DCB
Text Example
Text Example
White with #838DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DCB; }
p { color: rgb(131,141,203); }
H1.HeaderClassName
{
color: #838DCB;
}
.AnyTagClassName
{
color: #838DCB;
}
</style>
background-color css
<style>
a { background-color: #838DCB; }
a { background-color: rgb(131,141,203); }
div.DivClassName
{
background-color: #838DCB;
}
.BgClassName
{
background-color: #838DCB;
}
</style>
border-color css
<style>
span { border-color: #838DCB; }
span { border-color: rgb(131,141,203); }
td.TdClassName
{
border-color: #838DCB;
}
.TagClassName
{
border-color: #838DCB;
}
</style>