Shades of Portage #838BCD
Tints of Portage #838BCD
RGB
CMYK
RGB Variations
Color information
#838BCD (or 0x838BCD) is known color: Portage. HEX triplet: 83, 8B and CD. RGB value is (131,139,205). Sum of RGB (Red+Green+Blue) = 131+139+205=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #838BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCD is #7C7432. Grayscale: #8F8F8F. Windows color (decimal): -8156211 or 13470595. OLE color: 13470595.
HSL color Cylindrical-coordinate representation of color #838BCD: hue angle of 233.51º 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 #838BCD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 139 | 205 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.20 |
| HSL | 233.51º | 0.43% | 0.66% | - |
| HSV(B) | 233.51º | 0.36% | 0.8% | - |
| XYZ | 29.61 | 27.7 | 61.54 | - |
| YUV | 144.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 205 | 0.36 | 0.32 | 0 | 0.20 | 233.51 | 0.43 | 0.66 |
| Hex | 83 | 8B | CD | 24 | 20 | 0 | 14 | EA | 2B | 42 |
| Octal | 203 | 213 | 315 | 44 | 40 | 0 | 24 | 352 | 53 | 102 |
| Binary | 10000011 | 10001011 | 11001101 | 100100 | 100000 | 0 | 10100 | 11101010 | 101011 | 1000010 |
Color Harmonies of #838BCD
Complementary color
Monochromatic Colors of #838BCD
Black with #838BCD
Text Example
Text Example
White with #838BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BCD; }
p { color: rgb(131,139,205); }
H1.HeaderClassName
{
color: #838BCD;
}
.AnyTagClassName
{
color: #838BCD;
}
</style>
background-color css
<style>
a { background-color: #838BCD; }
a { background-color: rgb(131,139,205); }
div.DivClassName
{
background-color: #838BCD;
}
.BgClassName
{
background-color: #838BCD;
}
</style>
border-color css
<style>
span { border-color: #838BCD; }
span { border-color: rgb(131,139,205); }
td.TdClassName
{
border-color: #838BCD;
}
.TagClassName
{
border-color: #838BCD;
}
</style>