Shades of Portage #8394D1
Tints of Portage #8394D1
RGB
CMYK
RGB Variations
Color information
#8394D1 (or 0x8394D1) is known color: Portage. HEX triplet: 83, 94 and D1. RGB value is (131,148,209). Sum of RGB (Red+Green+Blue) = 131+148+209=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #8394D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394D1 is #7C6B2E. Grayscale: #959595. Windows color (decimal): -8153903 or 13735043. OLE color: 13735043.
HSL color Cylindrical-coordinate representation of color #8394D1: hue angle of 226.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8394D1 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 148 | 209 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.18 |
| HSL | 226.92º | 0.46% | 0.67% | - |
| HSV(B) | 226.92º | 0.37% | 0.82% | - |
| XYZ | 31.46 | 30.61 | 64.57 | - |
| YUV | 149.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 209 | 0.37 | 0.29 | 0 | 0.18 | 226.92 | 0.46 | 0.67 |
| Hex | 83 | 94 | D1 | 25 | 1D | 0 | 12 | E3 | 2E | 43 |
| Octal | 203 | 224 | 321 | 45 | 35 | 0 | 22 | 343 | 56 | 103 |
| Binary | 10000011 | 10010100 | 11010001 | 100101 | 11101 | 0 | 10010 | 11100011 | 101110 | 1000011 |
Color Harmonies of #8394D1
Complementary color
Monochromatic Colors of #8394D1
Black with #8394D1
Text Example
Text Example
White with #8394D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394D1; }
p { color: rgb(131,148,209); }
H1.HeaderClassName
{
color: #8394D1;
}
.AnyTagClassName
{
color: #8394D1;
}
</style>
background-color css
<style>
a { background-color: #8394D1; }
a { background-color: rgb(131,148,209); }
div.DivClassName
{
background-color: #8394D1;
}
.BgClassName
{
background-color: #8394D1;
}
</style>
border-color css
<style>
span { border-color: #8394D1; }
span { border-color: rgb(131,148,209); }
td.TdClassName
{
border-color: #8394D1;
}
.TagClassName
{
border-color: #8394D1;
}
</style>