Shades of Portage #839CFC
Tints of Portage #839CFC
RGB
CMYK
RGB Variations
Color information
#839CFC (or 0x839CFC) is known color: Portage. HEX triplet: 83, 9C and FC. RGB value is (131,156,252). Sum of RGB (Red+Green+Blue) = 131+156+252=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #839CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839CFC is #7C6303. Grayscale: #9F9F9F. Windows color (decimal): -8151812 or 16555139. OLE color: 16555139.
HSL color Cylindrical-coordinate representation of color #839CFC: hue angle of 227.6º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839CFC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 156 | 252 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 227.6º | 0.95% | 0.75% | - |
| HSV(B) | 227.6º | 0.48% | 0.99% | - |
| XYZ | 38.82 | 35.63 | 96.93 | - |
| YUV | 159.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 252 | 0.48 | 0.38 | 0 | 0.01 | 227.6 | 0.95 | 0.75 |
| Hex | 83 | 9C | FC | 30 | 26 | 0 | 1 | E4 | 5F | 4B |
| Octal | 203 | 234 | 374 | 60 | 46 | 0 | 1 | 344 | 137 | 113 |
| Binary | 10000011 | 10011100 | 11111100 | 110000 | 100110 | 0 | 1 | 11100100 | 1011111 | 1001011 |
Color Harmonies of #839CFC
Complementary color
Monochromatic Colors of #839CFC
Black with #839CFC
Text Example
Text Example
White with #839CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CFC; }
p { color: rgb(131,156,252); }
H1.HeaderClassName
{
color: #839CFC;
}
.AnyTagClassName
{
color: #839CFC;
}
</style>
background-color css
<style>
a { background-color: #839CFC; }
a { background-color: rgb(131,156,252); }
div.DivClassName
{
background-color: #839CFC;
}
.BgClassName
{
background-color: #839CFC;
}
</style>
border-color css
<style>
span { border-color: #839CFC; }
span { border-color: rgb(131,156,252); }
td.TdClassName
{
border-color: #839CFC;
}
.TagClassName
{
border-color: #839CFC;
}
</style>