Shades of Portage #8196D4
Tints of Portage #8196D4
RGB
CMYK
RGB Variations
Color information
#8196D4 (or 0x8196D4) is known color: Portage. HEX triplet: 81, 96 and D4. RGB value is (129,150,212). Sum of RGB (Red+Green+Blue) = 129+150+212=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #8196D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196D4 is #7E692B. Grayscale: #969696. Windows color (decimal): -8284460 or 13932161. OLE color: 13932161.
HSL color Cylindrical-coordinate representation of color #8196D4: hue angle of 224.82º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8196D4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 150 | 212 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.17 |
| HSL | 224.82º | 0.49% | 0.67% | - |
| HSV(B) | 224.82º | 0.39% | 0.83% | - |
| XYZ | 31.84 | 31.23 | 66.64 | - |
| YUV | 150.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 212 | 0.39 | 0.29 | 0 | 0.17 | 224.82 | 0.49 | 0.67 |
| Hex | 81 | 96 | D4 | 27 | 1D | 0 | 11 | E1 | 31 | 43 |
| Octal | 201 | 226 | 324 | 47 | 35 | 0 | 21 | 341 | 61 | 103 |
| Binary | 10000001 | 10010110 | 11010100 | 100111 | 11101 | 0 | 10001 | 11100001 | 110001 | 1000011 |
Color Harmonies of #8196D4
Complementary color
Monochromatic Colors of #8196D4
Black with #8196D4
Text Example
Text Example
White with #8196D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8196D4; }
p { color: rgb(129,150,212); }
H1.HeaderClassName
{
color: #8196D4;
}
.AnyTagClassName
{
color: #8196D4;
}
</style>
background-color css
<style>
a { background-color: #8196D4; }
a { background-color: rgb(129,150,212); }
div.DivClassName
{
background-color: #8196D4;
}
.BgClassName
{
background-color: #8196D4;
}
</style>
border-color css
<style>
span { border-color: #8196D4; }
span { border-color: rgb(129,150,212); }
td.TdClassName
{
border-color: #8196D4;
}
.TagClassName
{
border-color: #8196D4;
}
</style>