Shades of Portage #838DCD
Tints of Portage #838DCD
RGB
CMYK
RGB Variations
Color information
#838DCD (or 0x838DCD) is known color: Portage. HEX triplet: 83, 8D and CD. RGB value is (131,141,205). Sum of RGB (Red+Green+Blue) = 131+141+205=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #838DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCD is #7C7232. Grayscale: #919191. Windows color (decimal): -8155699 or 13471107. OLE color: 13471107.
HSL color Cylindrical-coordinate representation of color #838DCD: hue angle of 231.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838DCD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 141 | 205 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.20 |
| HSL | 231.89º | 0.43% | 0.66% | - |
| HSV(B) | 231.89º | 0.36% | 0.8% | - |
| XYZ | 29.9 | 28.28 | 61.64 | - |
| YUV | 145.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 205 | 0.36 | 0.31 | 0 | 0.20 | 231.89 | 0.43 | 0.66 |
| Hex | 83 | 8D | CD | 24 | 1F | 0 | 14 | E8 | 2B | 42 |
| Octal | 203 | 215 | 315 | 44 | 37 | 0 | 24 | 350 | 53 | 102 |
| Binary | 10000011 | 10001101 | 11001101 | 100100 | 11111 | 0 | 10100 | 11101000 | 101011 | 1000010 |
Color Harmonies of #838DCD
Complementary color
Monochromatic Colors of #838DCD
Black with #838DCD
Text Example
Text Example
White with #838DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DCD; }
p { color: rgb(131,141,205); }
H1.HeaderClassName
{
color: #838DCD;
}
.AnyTagClassName
{
color: #838DCD;
}
</style>
background-color css
<style>
a { background-color: #838DCD; }
a { background-color: rgb(131,141,205); }
div.DivClassName
{
background-color: #838DCD;
}
.BgClassName
{
background-color: #838DCD;
}
</style>
border-color css
<style>
span { border-color: #838DCD; }
span { border-color: rgb(131,141,205); }
td.TdClassName
{
border-color: #838DCD;
}
.TagClassName
{
border-color: #838DCD;
}
</style>