Shades of Portage #8197D1
Tints of Portage #8197D1
RGB
CMYK
RGB Variations
Color information
#8197D1 (or 0x8197D1) is known color: Portage. HEX triplet: 81, 97 and D1. RGB value is (129,151,209). Sum of RGB (Red+Green+Blue) = 129+151+209=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #8197D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197D1 is #7E682E. Grayscale: #969696. Windows color (decimal): -8284207 or 13735809. OLE color: 13735809.
HSL color Cylindrical-coordinate representation of color #8197D1: hue angle of 223.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8197D1 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 151 | 209 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.18 |
| HSL | 223.5º | 0.47% | 0.66% | - |
| HSV(B) | 223.5º | 0.38% | 0.82% | - |
| XYZ | 31.63 | 31.4 | 64.72 | - |
| YUV | 151.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 209 | 0.38 | 0.28 | 0 | 0.18 | 223.5 | 0.47 | 0.66 |
| Hex | 81 | 97 | D1 | 26 | 1C | 0 | 12 | E0 | 2F | 42 |
| Octal | 201 | 227 | 321 | 46 | 34 | 0 | 22 | 340 | 57 | 102 |
| Binary | 10000001 | 10010111 | 11010001 | 100110 | 11100 | 0 | 10010 | 11100000 | 101111 | 1000010 |
Color Harmonies of #8197D1
Complementary color
Monochromatic Colors of #8197D1
Black with #8197D1
Text Example
Text Example
White with #8197D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197D1; }
p { color: rgb(129,151,209); }
H1.HeaderClassName
{
color: #8197D1;
}
.AnyTagClassName
{
color: #8197D1;
}
</style>
background-color css
<style>
a { background-color: #8197D1; }
a { background-color: rgb(129,151,209); }
div.DivClassName
{
background-color: #8197D1;
}
.BgClassName
{
background-color: #8197D1;
}
</style>
border-color css
<style>
span { border-color: #8197D1; }
span { border-color: rgb(129,151,209); }
td.TdClassName
{
border-color: #8197D1;
}
.TagClassName
{
border-color: #8197D1;
}
</style>