Shades of Portage #8689D0
Tints of Portage #8689D0
RGB
CMYK
RGB Variations
Color information
#8689D0 (or 0x8689D0) is known color: Portage. HEX triplet: 86, 89 and D0. RGB value is (134,137,208). Sum of RGB (Red+Green+Blue) = 134+137+208=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #8689D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689D0 is #79762F. Grayscale: #8F8F8F. Windows color (decimal): -7960112 or 13666694. OLE color: 13666694.
HSL color Cylindrical-coordinate representation of color #8689D0: hue angle of 237.57º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8689D0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 137 | 208 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.18 |
| HSL | 237.57º | 0.44% | 0.67% | - |
| HSV(B) | 237.57º | 0.36% | 0.82% | - |
| XYZ | 30.16 | 27.51 | 63.4 | - |
| YUV | 144.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 208 | 0.36 | 0.34 | 0 | 0.18 | 237.57 | 0.44 | 0.67 |
| Hex | 86 | 89 | D0 | 24 | 22 | 0 | 12 | EE | 2C | 43 |
| Octal | 206 | 211 | 320 | 44 | 42 | 0 | 22 | 356 | 54 | 103 |
| Binary | 10000110 | 10001001 | 11010000 | 100100 | 100010 | 0 | 10010 | 11101110 | 101100 | 1000011 |
Color Harmonies of #8689D0
Complementary color
Monochromatic Colors of #8689D0
Black with #8689D0
Text Example
Text Example
White with #8689D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689D0; }
p { color: rgb(134,137,208); }
H1.HeaderClassName
{
color: #8689D0;
}
.AnyTagClassName
{
color: #8689D0;
}
</style>
background-color css
<style>
a { background-color: #8689D0; }
a { background-color: rgb(134,137,208); }
div.DivClassName
{
background-color: #8689D0;
}
.BgClassName
{
background-color: #8689D0;
}
</style>
border-color css
<style>
span { border-color: #8689D0; }
span { border-color: rgb(134,137,208); }
td.TdClassName
{
border-color: #8689D0;
}
.TagClassName
{
border-color: #8689D0;
}
</style>