Shades of Portage #839AF1
Tints of Portage #839AF1
RGB
CMYK
RGB Variations
Color information
#839AF1 (or 0x839AF1) is known color: Portage. HEX triplet: 83, 9A and F1. RGB value is (131,154,241). Sum of RGB (Red+Green+Blue) = 131+154+241=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #839AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF1 is #7C650E. Grayscale: #9C9C9C. Windows color (decimal): -8152335 or 15833731. OLE color: 15833731.
HSL color Cylindrical-coordinate representation of color #839AF1: hue angle of 227.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839AF1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 154 | 241 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.05 |
| HSL | 227.45º | 0.8% | 0.73% | - |
| HSV(B) | 227.45º | 0.46% | 0.95% | - |
| XYZ | 36.79 | 34.29 | 87.9 | - |
| YUV | 157.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 241 | 0.46 | 0.36 | 0 | 0.05 | 227.45 | 0.8 | 0.73 |
| Hex | 83 | 9A | F1 | 2E | 24 | 0 | 5 | E3 | 50 | 49 |
| Octal | 203 | 232 | 361 | 56 | 44 | 0 | 5 | 343 | 120 | 111 |
| Binary | 10000011 | 10011010 | 11110001 | 101110 | 100100 | 0 | 101 | 11100011 | 1010000 | 1001001 |
Color Harmonies of #839AF1
Complementary color
Monochromatic Colors of #839AF1
Black with #839AF1
Text Example
Text Example
White with #839AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AF1; }
p { color: rgb(131,154,241); }
H1.HeaderClassName
{
color: #839AF1;
}
.AnyTagClassName
{
color: #839AF1;
}
</style>
background-color css
<style>
a { background-color: #839AF1; }
a { background-color: rgb(131,154,241); }
div.DivClassName
{
background-color: #839AF1;
}
.BgClassName
{
background-color: #839AF1;
}
</style>
border-color css
<style>
span { border-color: #839AF1; }
span { border-color: rgb(131,154,241); }
td.TdClassName
{
border-color: #839AF1;
}
.TagClassName
{
border-color: #839AF1;
}
</style>