Shades of Portage #8197D5
Tints of Portage #8197D5
RGB
CMYK
RGB Variations
Color information
#8197D5 (or 0x8197D5) is known color: Portage. HEX triplet: 81, 97 and D5. RGB value is (129,151,213). Sum of RGB (Red+Green+Blue) = 129+151+213=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #8197D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197D5 is #7E682A. Grayscale: #979797. Windows color (decimal): -8284203 or 13997953. OLE color: 13997953.
HSL color Cylindrical-coordinate representation of color #8197D5: hue angle of 224.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8197D5 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 151 | 213 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.16 |
| HSL | 224.29º | 0.5% | 0.67% | - |
| HSV(B) | 224.29º | 0.39% | 0.84% | - |
| XYZ | 32.13 | 31.6 | 67.36 | - |
| YUV | 151.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 213 | 0.39 | 0.29 | 0 | 0.16 | 224.29 | 0.5 | 0.67 |
| Hex | 81 | 97 | D5 | 27 | 1D | 0 | 10 | E0 | 32 | 43 |
| Octal | 201 | 227 | 325 | 47 | 35 | 0 | 20 | 340 | 62 | 103 |
| Binary | 10000001 | 10010111 | 11010101 | 100111 | 11101 | 0 | 10000 | 11100000 | 110010 | 1000011 |
Color Harmonies of #8197D5
Complementary color
Monochromatic Colors of #8197D5
Black with #8197D5
Text Example
Text Example
White with #8197D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197D5; }
p { color: rgb(129,151,213); }
H1.HeaderClassName
{
color: #8197D5;
}
.AnyTagClassName
{
color: #8197D5;
}
</style>
background-color css
<style>
a { background-color: #8197D5; }
a { background-color: rgb(129,151,213); }
div.DivClassName
{
background-color: #8197D5;
}
.BgClassName
{
background-color: #8197D5;
}
</style>
border-color css
<style>
span { border-color: #8197D5; }
span { border-color: rgb(129,151,213); }
td.TdClassName
{
border-color: #8197D5;
}
.TagClassName
{
border-color: #8197D5;
}
</style>