Shades of Portage #8399D9
Tints of Portage #8399D9
RGB
CMYK
RGB Variations
Color information
#8399D9 (or 0x8399D9) is known color: Portage. HEX triplet: 83, 99 and D9. RGB value is (131,153,217). Sum of RGB (Red+Green+Blue) = 131+153+217=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #8399D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399D9 is #7C6626. Grayscale: #999999. Windows color (decimal): -8152615 or 14260611. OLE color: 14260611.
HSL color Cylindrical-coordinate representation of color #8399D9: hue angle of 224.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8399D9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 153 | 217 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.15 |
| HSL | 224.65º | 0.53% | 0.68% | - |
| HSV(B) | 224.65º | 0.4% | 0.85% | - |
| XYZ | 33.28 | 32.62 | 70.19 | - |
| YUV | 153.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 217 | 0.40 | 0.29 | 0 | 0.15 | 224.65 | 0.53 | 0.68 |
| Hex | 83 | 99 | D9 | 28 | 1D | 0 | F | E1 | 35 | 44 |
| Octal | 203 | 231 | 331 | 50 | 35 | 0 | 17 | 341 | 65 | 104 |
| Binary | 10000011 | 10011001 | 11011001 | 101000 | 11101 | 0 | 1111 | 11100001 | 110101 | 1000100 |
Color Harmonies of #8399D9
Complementary color
Monochromatic Colors of #8399D9
Black with #8399D9
Text Example
Text Example
White with #8399D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8399D9; }
p { color: rgb(131,153,217); }
H1.HeaderClassName
{
color: #8399D9;
}
.AnyTagClassName
{
color: #8399D9;
}
</style>
background-color css
<style>
a { background-color: #8399D9; }
a { background-color: rgb(131,153,217); }
div.DivClassName
{
background-color: #8399D9;
}
.BgClassName
{
background-color: #8399D9;
}
</style>
border-color css
<style>
span { border-color: #8399D9; }
span { border-color: rgb(131,153,217); }
td.TdClassName
{
border-color: #8399D9;
}
.TagClassName
{
border-color: #8399D9;
}
</style>