Shades of Portage #8197DD
Tints of Portage #8197DD
RGB
CMYK
RGB Variations
Color information
#8197DD (or 0x8197DD) is known color: Portage. HEX triplet: 81, 97 and DD. RGB value is (129,151,221). Sum of RGB (Red+Green+Blue) = 129+151+221=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8197DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DD is #7E6822. Grayscale: #989898. Windows color (decimal): -8284195 or 14522241. OLE color: 14522241.
HSL color Cylindrical-coordinate representation of color #8197DD: hue angle of 225.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8197DD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 151 | 221 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.13 |
| HSL | 225.65º | 0.58% | 0.69% | - |
| HSV(B) | 225.65º | 0.42% | 0.87% | - |
| XYZ | 33.17 | 32.02 | 72.84 | - |
| YUV | 152.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 221 | 0.42 | 0.32 | 0 | 0.13 | 225.65 | 0.58 | 0.69 |
| Hex | 81 | 97 | DD | 2A | 20 | 0 | D | E2 | 3A | 45 |
| Octal | 201 | 227 | 335 | 52 | 40 | 0 | 15 | 342 | 72 | 105 |
| Binary | 10000001 | 10010111 | 11011101 | 101010 | 100000 | 0 | 1101 | 11100010 | 111010 | 1000101 |
Color Harmonies of #8197DD
Complementary color
Monochromatic Colors of #8197DD
Black with #8197DD
Text Example
Text Example
White with #8197DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197DD; }
p { color: rgb(129,151,221); }
H1.HeaderClassName
{
color: #8197DD;
}
.AnyTagClassName
{
color: #8197DD;
}
</style>
background-color css
<style>
a { background-color: #8197DD; }
a { background-color: rgb(129,151,221); }
div.DivClassName
{
background-color: #8197DD;
}
.BgClassName
{
background-color: #8197DD;
}
</style>
border-color css
<style>
span { border-color: #8197DD; }
span { border-color: rgb(129,151,221); }
td.TdClassName
{
border-color: #8197DD;
}
.TagClassName
{
border-color: #8197DD;
}
</style>