Shades of Portage #839DED
Tints of Portage #839DED
RGB
CMYK
RGB Variations
Color information
#839DED (or 0x839DED) is known color: Portage. HEX triplet: 83, 9D and ED. RGB value is (131,157,237). Sum of RGB (Red+Green+Blue) = 131+157+237=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #839DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DED is #7C6212. Grayscale: #9E9E9E. Windows color (decimal): -8151571 or 15572355. OLE color: 15572355.
HSL color Cylindrical-coordinate representation of color #839DED: hue angle of 225.28º 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 #839DED is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 157 | 237 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.07 |
| HSL | 225.28º | 0.75% | 0.72% | - |
| HSV(B) | 225.28º | 0.45% | 0.93% | - |
| XYZ | 36.7 | 35.05 | 84.95 | - |
| YUV | 158.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 237 | 0.45 | 0.34 | 0 | 0.07 | 225.28 | 0.75 | 0.72 |
| Hex | 83 | 9D | ED | 2D | 22 | 0 | 7 | E1 | 4B | 48 |
| Octal | 203 | 235 | 355 | 55 | 42 | 0 | 7 | 341 | 113 | 110 |
| Binary | 10000011 | 10011101 | 11101101 | 101101 | 100010 | 0 | 111 | 11100001 | 1001011 | 1001000 |
Color Harmonies of #839DED
Complementary color
Monochromatic Colors of #839DED
Black with #839DED
Text Example
Text Example
White with #839DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DED; }
p { color: rgb(131,157,237); }
H1.HeaderClassName
{
color: #839DED;
}
.AnyTagClassName
{
color: #839DED;
}
</style>
background-color css
<style>
a { background-color: #839DED; }
a { background-color: rgb(131,157,237); }
div.DivClassName
{
background-color: #839DED;
}
.BgClassName
{
background-color: #839DED;
}
</style>
border-color css
<style>
span { border-color: #839DED; }
span { border-color: rgb(131,157,237); }
td.TdClassName
{
border-color: #839DED;
}
.TagClassName
{
border-color: #839DED;
}
</style>