Shades of Portage #839AED
Tints of Portage #839AED
RGB
CMYK
RGB Variations
Color information
#839AED (or 0x839AED) is known color: Portage. HEX triplet: 83, 9A and ED. RGB value is (131,154,237). Sum of RGB (Red+Green+Blue) = 131+154+237=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #839AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AED is #7C6512. Grayscale: #9C9C9C. Windows color (decimal): -8152339 or 15571587. OLE color: 15571587.
HSL color Cylindrical-coordinate representation of color #839AED: hue angle of 226.98º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839AED is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 154 | 237 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.07 |
| HSL | 226.98º | 0.75% | 0.72% | - |
| HSV(B) | 226.98º | 0.45% | 0.93% | - |
| XYZ | 36.2 | 34.05 | 84.79 | - |
| YUV | 156.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 237 | 0.45 | 0.35 | 0 | 0.07 | 226.98 | 0.75 | 0.72 |
| Hex | 83 | 9A | ED | 2D | 23 | 0 | 7 | E3 | 4B | 48 |
| Octal | 203 | 232 | 355 | 55 | 43 | 0 | 7 | 343 | 113 | 110 |
| Binary | 10000011 | 10011010 | 11101101 | 101101 | 100011 | 0 | 111 | 11100011 | 1001011 | 1001000 |
Color Harmonies of #839AED
Complementary color
Monochromatic Colors of #839AED
Black with #839AED
Text Example
Text Example
White with #839AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AED; }
p { color: rgb(131,154,237); }
H1.HeaderClassName
{
color: #839AED;
}
.AnyTagClassName
{
color: #839AED;
}
</style>
background-color css
<style>
a { background-color: #839AED; }
a { background-color: rgb(131,154,237); }
div.DivClassName
{
background-color: #839AED;
}
.BgClassName
{
background-color: #839AED;
}
</style>
border-color css
<style>
span { border-color: #839AED; }
span { border-color: rgb(131,154,237); }
td.TdClassName
{
border-color: #839AED;
}
.TagClassName
{
border-color: #839AED;
}
</style>