Shades of Portage #8695EC
Tints of Portage #8695EC
RGB
CMYK
RGB Variations
Color information
#8695EC (or 0x8695EC) is known color: Portage. HEX triplet: 86, 95 and EC. RGB value is (134,149,236). Sum of RGB (Red+Green+Blue) = 134+149+236=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8695EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8695EC is #796A13. Grayscale: #9A9A9A. Windows color (decimal): -7957012 or 15504774. OLE color: 15504774.
HSL color Cylindrical-coordinate representation of color #8695EC: hue angle of 231.18º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8695EC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 149 | 236 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.07 |
| HSL | 231.18º | 0.73% | 0.73% | - |
| HSV(B) | 231.18º | 0.43% | 0.93% | - |
| XYZ | 35.72 | 32.62 | 83.77 | - |
| YUV | 154.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 236 | 0.43 | 0.37 | 0 | 0.07 | 231.18 | 0.73 | 0.73 |
| Hex | 86 | 95 | EC | 2B | 25 | 0 | 7 | E7 | 49 | 49 |
| Octal | 206 | 225 | 354 | 53 | 45 | 0 | 7 | 347 | 111 | 111 |
| Binary | 10000110 | 10010101 | 11101100 | 101011 | 100101 | 0 | 111 | 11100111 | 1001001 | 1001001 |
Color Harmonies of #8695EC
Complementary color
Monochromatic Colors of #8695EC
Black with #8695EC
Text Example
Text Example
White with #8695EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8695EC; }
p { color: rgb(134,149,236); }
H1.HeaderClassName
{
color: #8695EC;
}
.AnyTagClassName
{
color: #8695EC;
}
</style>
background-color css
<style>
a { background-color: #8695EC; }
a { background-color: rgb(134,149,236); }
div.DivClassName
{
background-color: #8695EC;
}
.BgClassName
{
background-color: #8695EC;
}
</style>
border-color css
<style>
span { border-color: #8695EC; }
span { border-color: rgb(134,149,236); }
td.TdClassName
{
border-color: #8695EC;
}
.TagClassName
{
border-color: #8695EC;
}
</style>