Shades of Portage #8696D9
Tints of Portage #8696D9
RGB
CMYK
RGB Variations
Color information
#8696D9 (or 0x8696D9) is known color: Portage. HEX triplet: 86, 96 and D9. RGB value is (134,150,217). Sum of RGB (Red+Green+Blue) = 134+150+217=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 150 (58.98% from 255 or 29.94% 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 #8696D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696D9 is #796926. Grayscale: #989898. Windows color (decimal): -7956775 or 14259846. OLE color: 14259846.
HSL color Cylindrical-coordinate representation of color #8696D9: hue angle of 228.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8696D9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 150 | 217 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.15 |
| HSL | 228.43º | 0.52% | 0.69% | - |
| HSV(B) | 228.43º | 0.38% | 0.85% | - |
| XYZ | 33.26 | 31.89 | 70.05 | - |
| YUV | 152.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 217 | 0.38 | 0.31 | 0 | 0.15 | 228.43 | 0.52 | 0.69 |
| Hex | 86 | 96 | D9 | 26 | 1F | 0 | F | E4 | 34 | 45 |
| Octal | 206 | 226 | 331 | 46 | 37 | 0 | 17 | 344 | 64 | 105 |
| Binary | 10000110 | 10010110 | 11011001 | 100110 | 11111 | 0 | 1111 | 11100100 | 110100 | 1000101 |
Color Harmonies of #8696D9
Complementary color
Monochromatic Colors of #8696D9
Black with #8696D9
Text Example
Text Example
White with #8696D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696D9; }
p { color: rgb(134,150,217); }
H1.HeaderClassName
{
color: #8696D9;
}
.AnyTagClassName
{
color: #8696D9;
}
</style>
background-color css
<style>
a { background-color: #8696D9; }
a { background-color: rgb(134,150,217); }
div.DivClassName
{
background-color: #8696D9;
}
.BgClassName
{
background-color: #8696D9;
}
</style>
border-color css
<style>
span { border-color: #8696D9; }
span { border-color: rgb(134,150,217); }
td.TdClassName
{
border-color: #8696D9;
}
.TagClassName
{
border-color: #8696D9;
}
</style>