Shades of Portage #839AEC
Tints of Portage #839AEC
RGB
CMYK
RGB Variations
Color information
#839AEC (or 0x839AEC) is known color: Portage. HEX triplet: 83, 9A and EC. RGB value is (131,154,236). Sum of RGB (Red+Green+Blue) = 131+154+236=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #839AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AEC is #7C6513. Grayscale: #9C9C9C. Windows color (decimal): -8152340 or 15506051. OLE color: 15506051.
HSL color Cylindrical-coordinate representation of color #839AEC: hue angle of 226.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839AEC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 154 | 236 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 226.86º | 0.73% | 0.72% | - |
| HSV(B) | 226.86º | 0.44% | 0.93% | - |
| XYZ | 36.06 | 33.99 | 84.02 | - |
| YUV | 156.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 236 | 0.44 | 0.35 | 0 | 0.07 | 226.86 | 0.73 | 0.72 |
| Hex | 83 | 9A | EC | 2C | 23 | 0 | 7 | E3 | 49 | 48 |
| Octal | 203 | 232 | 354 | 54 | 43 | 0 | 7 | 343 | 111 | 110 |
| Binary | 10000011 | 10011010 | 11101100 | 101100 | 100011 | 0 | 111 | 11100011 | 1001001 | 1001000 |
Color Harmonies of #839AEC
Complementary color
Monochromatic Colors of #839AEC
Black with #839AEC
Text Example
Text Example
White with #839AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AEC; }
p { color: rgb(131,154,236); }
H1.HeaderClassName
{
color: #839AEC;
}
.AnyTagClassName
{
color: #839AEC;
}
</style>
background-color css
<style>
a { background-color: #839AEC; }
a { background-color: rgb(131,154,236); }
div.DivClassName
{
background-color: #839AEC;
}
.BgClassName
{
background-color: #839AEC;
}
</style>
border-color css
<style>
span { border-color: #839AEC; }
span { border-color: rgb(131,154,236); }
td.TdClassName
{
border-color: #839AEC;
}
.TagClassName
{
border-color: #839AEC;
}
</style>