Shades of Portage #8696C5
Tints of Portage #8696C5
RGB
CMYK
RGB Variations
Color information
#8696C5 (or 0x8696C5) is known color: Portage. HEX triplet: 86, 96 and C5. RGB value is (134,150,197). Sum of RGB (Red+Green+Blue) = 134+150+197=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #8696C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696C5 is #79693A. Grayscale: #969696. Windows color (decimal): -7956795 or 12949126. OLE color: 12949126.
HSL color Cylindrical-coordinate representation of color #8696C5: hue angle of 224.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8696C5 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 150 | 197 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.23 |
| HSL | 224.76º | 0.35% | 0.65% | - |
| HSV(B) | 224.76º | 0.32% | 0.77% | - |
| XYZ | 30.82 | 30.91 | 57.17 | - |
| YUV | 150.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 197 | 0.32 | 0.24 | 0 | 0.23 | 224.76 | 0.35 | 0.65 |
| Hex | 86 | 96 | C5 | 20 | 18 | 0 | 17 | E1 | 23 | 41 |
| Octal | 206 | 226 | 305 | 40 | 30 | 0 | 27 | 341 | 43 | 101 |
| Binary | 10000110 | 10010110 | 11000101 | 100000 | 11000 | 0 | 10111 | 11100001 | 100011 | 1000001 |
Color Harmonies of #8696C5
Complementary color
Monochromatic Colors of #8696C5
Black with #8696C5
Text Example
Text Example
White with #8696C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696C5; }
p { color: rgb(134,150,197); }
H1.HeaderClassName
{
color: #8696C5;
}
.AnyTagClassName
{
color: #8696C5;
}
</style>
background-color css
<style>
a { background-color: #8696C5; }
a { background-color: rgb(134,150,197); }
div.DivClassName
{
background-color: #8696C5;
}
.BgClassName
{
background-color: #8696C5;
}
</style>
border-color css
<style>
span { border-color: #8696C5; }
span { border-color: rgb(134,150,197); }
td.TdClassName
{
border-color: #8696C5;
}
.TagClassName
{
border-color: #8696C5;
}
</style>