Shades of Portage #8696E0
Tints of Portage #8696E0
RGB
CMYK
RGB Variations
Color information
#8696E0 (or 0x8696E0) is known color: Portage. HEX triplet: 86, 96 and E0. RGB value is (134,150,224). Sum of RGB (Red+Green+Blue) = 134+150+224=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #8696E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696E0 is #79691F. Grayscale: #999999. Windows color (decimal): -7956768 or 14718598. OLE color: 14718598.
HSL color Cylindrical-coordinate representation of color #8696E0: hue angle of 229.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8696E0 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 150 | 224 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.12 |
| HSL | 229.33º | 0.59% | 0.7% | - |
| HSV(B) | 229.33º | 0.4% | 0.88% | - |
| XYZ | 34.19 | 32.26 | 74.95 | - |
| YUV | 153.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 224 | 0.40 | 0.33 | 0 | 0.12 | 229.33 | 0.59 | 0.7 |
| Hex | 86 | 96 | E0 | 28 | 21 | 0 | C | E5 | 3B | 46 |
| Octal | 206 | 226 | 340 | 50 | 41 | 0 | 14 | 345 | 73 | 106 |
| Binary | 10000110 | 10010110 | 11100000 | 101000 | 100001 | 0 | 1100 | 11100101 | 111011 | 1000110 |
Color Harmonies of #8696E0
Complementary color
Monochromatic Colors of #8696E0
Black with #8696E0
Text Example
Text Example
White with #8696E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696E0; }
p { color: rgb(134,150,224); }
H1.HeaderClassName
{
color: #8696E0;
}
.AnyTagClassName
{
color: #8696E0;
}
</style>
background-color css
<style>
a { background-color: #8696E0; }
a { background-color: rgb(134,150,224); }
div.DivClassName
{
background-color: #8696E0;
}
.BgClassName
{
background-color: #8696E0;
}
</style>
border-color css
<style>
span { border-color: #8696E0; }
span { border-color: rgb(134,150,224); }
td.TdClassName
{
border-color: #8696E0;
}
.TagClassName
{
border-color: #8696E0;
}
</style>