Shades of Portage #8689D9
Tints of Portage #8689D9
RGB
CMYK
RGB Variations
Color information
#8689D9 (or 0x8689D9) is known color: Portage. HEX triplet: 86, 89 and D9. RGB value is (134,137,217). Sum of RGB (Red+Green+Blue) = 134+137+217=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #8689D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689D9 is #797626. Grayscale: #909090. Windows color (decimal): -7960103 or 14256518. OLE color: 14256518.
HSL color Cylindrical-coordinate representation of color #8689D9: hue angle of 237.83º 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 #8689D9 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 137 | 217 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.15 |
| HSL | 237.83º | 0.52% | 0.69% | - |
| HSV(B) | 237.83º | 0.38% | 0.85% | - |
| XYZ | 31.3 | 27.97 | 69.39 | - |
| YUV | 145.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 217 | 0.38 | 0.37 | 0 | 0.15 | 237.83 | 0.52 | 0.69 |
| Hex | 86 | 89 | D9 | 26 | 25 | 0 | F | EE | 34 | 45 |
| Octal | 206 | 211 | 331 | 46 | 45 | 0 | 17 | 356 | 64 | 105 |
| Binary | 10000110 | 10001001 | 11011001 | 100110 | 100101 | 0 | 1111 | 11101110 | 110100 | 1000101 |
Color Harmonies of #8689D9
Complementary color
Monochromatic Colors of #8689D9
Black with #8689D9
Text Example
Text Example
White with #8689D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689D9; }
p { color: rgb(134,137,217); }
H1.HeaderClassName
{
color: #8689D9;
}
.AnyTagClassName
{
color: #8689D9;
}
</style>
background-color css
<style>
a { background-color: #8689D9; }
a { background-color: rgb(134,137,217); }
div.DivClassName
{
background-color: #8689D9;
}
.BgClassName
{
background-color: #8689D9;
}
</style>
border-color css
<style>
span { border-color: #8689D9; }
span { border-color: rgb(134,137,217); }
td.TdClassName
{
border-color: #8689D9;
}
.TagClassName
{
border-color: #8689D9;
}
</style>