Shades of Portage #838FCF
Tints of Portage #838FCF
RGB
CMYK
RGB Variations
Color information
#838FCF (or 0x838FCF) is known color: Portage. HEX triplet: 83, 8F and CF. RGB value is (131,143,207). Sum of RGB (Red+Green+Blue) = 131+143+207=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #838FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FCF is #7C7030. Grayscale: #929292. Windows color (decimal): -8155185 or 13602691. OLE color: 13602691.
HSL color Cylindrical-coordinate representation of color #838FCF: hue angle of 230.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #838FCF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 143 | 207 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.19 |
| HSL | 230.53º | 0.44% | 0.66% | - |
| HSV(B) | 230.53º | 0.37% | 0.81% | - |
| XYZ | 30.45 | 28.98 | 63.02 | - |
| YUV | 146.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 207 | 0.37 | 0.31 | 0 | 0.19 | 230.53 | 0.44 | 0.66 |
| Hex | 83 | 8F | CF | 25 | 1F | 0 | 13 | E7 | 2C | 42 |
| Octal | 203 | 217 | 317 | 45 | 37 | 0 | 23 | 347 | 54 | 102 |
| Binary | 10000011 | 10001111 | 11001111 | 100101 | 11111 | 0 | 10011 | 11100111 | 101100 | 1000010 |
Color Harmonies of #838FCF
Complementary color
Monochromatic Colors of #838FCF
Black with #838FCF
Text Example
Text Example
White with #838FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FCF; }
p { color: rgb(131,143,207); }
H1.HeaderClassName
{
color: #838FCF;
}
.AnyTagClassName
{
color: #838FCF;
}
</style>
background-color css
<style>
a { background-color: #838FCF; }
a { background-color: rgb(131,143,207); }
div.DivClassName
{
background-color: #838FCF;
}
.BgClassName
{
background-color: #838FCF;
}
</style>
border-color css
<style>
span { border-color: #838FCF; }
span { border-color: rgb(131,143,207); }
td.TdClassName
{
border-color: #838FCF;
}
.TagClassName
{
border-color: #838FCF;
}
</style>