Shades of Portage #838CDE
Tints of Portage #838CDE
RGB
CMYK
RGB Variations
Color information
#838CDE (or 0x838CDE) is known color: Portage. HEX triplet: 83, 8C and DE. RGB value is (131,140,222). Sum of RGB (Red+Green+Blue) = 131+140+222=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #838CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CDE is #7C7321. Grayscale: #929292. Windows color (decimal): -8155938 or 14584963. OLE color: 14584963.
HSL color Cylindrical-coordinate representation of color #838CDE: hue angle of 234.07º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838CDE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 140 | 222 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.13 |
| HSL | 234.07º | 0.58% | 0.69% | - |
| HSV(B) | 234.07º | 0.41% | 0.87% | - |
| XYZ | 31.92 | 28.86 | 72.99 | - |
| YUV | 146.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 222 | 0.41 | 0.37 | 0 | 0.13 | 234.07 | 0.58 | 0.69 |
| Hex | 83 | 8C | DE | 29 | 25 | 0 | D | EA | 3A | 45 |
| Octal | 203 | 214 | 336 | 51 | 45 | 0 | 15 | 352 | 72 | 105 |
| Binary | 10000011 | 10001100 | 11011110 | 101001 | 100101 | 0 | 1101 | 11101010 | 111010 | 1000101 |
Color Harmonies of #838CDE
Complementary color
Monochromatic Colors of #838CDE
Black with #838CDE
Text Example
Text Example
White with #838CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CDE; }
p { color: rgb(131,140,222); }
H1.HeaderClassName
{
color: #838CDE;
}
.AnyTagClassName
{
color: #838CDE;
}
</style>
background-color css
<style>
a { background-color: #838CDE; }
a { background-color: rgb(131,140,222); }
div.DivClassName
{
background-color: #838CDE;
}
.BgClassName
{
background-color: #838CDE;
}
</style>
border-color css
<style>
span { border-color: #838CDE; }
span { border-color: rgb(131,140,222); }
td.TdClassName
{
border-color: #838CDE;
}
.TagClassName
{
border-color: #838CDE;
}
</style>