Shades of Portage #839ACF
Tints of Portage #839ACF
RGB
CMYK
RGB Variations
Color information
#839ACF (or 0x839ACF) is known color: Portage. HEX triplet: 83, 9A and CF. RGB value is (131,154,207). Sum of RGB (Red+Green+Blue) = 131+154+207=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #839ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACF is #7C6530. Grayscale: #989898. Windows color (decimal): -8152369 or 13605507. OLE color: 13605507.
HSL color Cylindrical-coordinate representation of color #839ACF: hue angle of 221.84º 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 #839ACF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 154 | 207 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.19 |
| HSL | 221.84º | 0.44% | 0.66% | - |
| HSV(B) | 221.84º | 0.37% | 0.81% | - |
| XYZ | 32.18 | 32.44 | 63.6 | - |
| YUV | 153.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 207 | 0.37 | 0.26 | 0 | 0.19 | 221.84 | 0.44 | 0.66 |
| Hex | 83 | 9A | CF | 25 | 1A | 0 | 13 | DE | 2C | 42 |
| Octal | 203 | 232 | 317 | 45 | 32 | 0 | 23 | 336 | 54 | 102 |
| Binary | 10000011 | 10011010 | 11001111 | 100101 | 11010 | 0 | 10011 | 11011110 | 101100 | 1000010 |
Color Harmonies of #839ACF
Complementary color
Monochromatic Colors of #839ACF
Black with #839ACF
Text Example
Text Example
White with #839ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ACF; }
p { color: rgb(131,154,207); }
H1.HeaderClassName
{
color: #839ACF;
}
.AnyTagClassName
{
color: #839ACF;
}
</style>
background-color css
<style>
a { background-color: #839ACF; }
a { background-color: rgb(131,154,207); }
div.DivClassName
{
background-color: #839ACF;
}
.BgClassName
{
background-color: #839ACF;
}
</style>
border-color css
<style>
span { border-color: #839ACF; }
span { border-color: rgb(131,154,207); }
td.TdClassName
{
border-color: #839ACF;
}
.TagClassName
{
border-color: #839ACF;
}
</style>