Shades of Portage #8691C9
Tints of Portage #8691C9
RGB
CMYK
RGB Variations
Color information
#8691C9 (or 0x8691C9) is known color: Portage. HEX triplet: 86, 91 and C9. RGB value is (134,145,201). Sum of RGB (Red+Green+Blue) = 134+145+201=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #8691C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691C9 is #796E36. Grayscale: #939393. Windows color (decimal): -7958071 or 13209990. OLE color: 13209990.
HSL color Cylindrical-coordinate representation of color #8691C9: hue angle of 230.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8691C9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 145 | 201 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.21 |
| HSL | 230.15º | 0.38% | 0.66% | - |
| HSV(B) | 230.15º | 0.33% | 0.79% | - |
| XYZ | 30.5 | 29.54 | 59.35 | - |
| YUV | 148.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 201 | 0.33 | 0.28 | 0 | 0.21 | 230.15 | 0.38 | 0.66 |
| Hex | 86 | 91 | C9 | 21 | 1C | 0 | 15 | E6 | 26 | 42 |
| Octal | 206 | 221 | 311 | 41 | 34 | 0 | 25 | 346 | 46 | 102 |
| Binary | 10000110 | 10010001 | 11001001 | 100001 | 11100 | 0 | 10101 | 11100110 | 100110 | 1000010 |
Color Harmonies of #8691C9
Complementary color
Monochromatic Colors of #8691C9
Black with #8691C9
Text Example
Text Example
White with #8691C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8691C9; }
p { color: rgb(134,145,201); }
H1.HeaderClassName
{
color: #8691C9;
}
.AnyTagClassName
{
color: #8691C9;
}
</style>
background-color css
<style>
a { background-color: #8691C9; }
a { background-color: rgb(134,145,201); }
div.DivClassName
{
background-color: #8691C9;
}
.BgClassName
{
background-color: #8691C9;
}
</style>
border-color css
<style>
span { border-color: #8691C9; }
span { border-color: rgb(134,145,201); }
td.TdClassName
{
border-color: #8691C9;
}
.TagClassName
{
border-color: #8691C9;
}
</style>