Shades of Portage #8692C9
Tints of Portage #8692C9
RGB
CMYK
RGB Variations
Color information
#8692C9 (or 0x8692C9) is known color: Portage. HEX triplet: 86, 92 and C9. RGB value is (134,146,201). Sum of RGB (Red+Green+Blue) = 134+146+201=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #8692C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692C9 is #796D36. Grayscale: #949494. Windows color (decimal): -7957815 or 13210246. OLE color: 13210246.
HSL color Cylindrical-coordinate representation of color #8692C9: hue angle of 229.25º 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 #8692C9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 146 | 201 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.21 |
| HSL | 229.25º | 0.38% | 0.66% | - |
| HSV(B) | 229.25º | 0.33% | 0.79% | - |
| XYZ | 30.65 | 29.84 | 59.4 | - |
| YUV | 148.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 201 | 0.33 | 0.27 | 0 | 0.21 | 229.25 | 0.38 | 0.66 |
| Hex | 86 | 92 | C9 | 21 | 1B | 0 | 15 | E5 | 26 | 42 |
| Octal | 206 | 222 | 311 | 41 | 33 | 0 | 25 | 345 | 46 | 102 |
| Binary | 10000110 | 10010010 | 11001001 | 100001 | 11011 | 0 | 10101 | 11100101 | 100110 | 1000010 |
Color Harmonies of #8692C9
Complementary color
Monochromatic Colors of #8692C9
Black with #8692C9
Text Example
Text Example
White with #8692C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8692C9; }
p { color: rgb(134,146,201); }
H1.HeaderClassName
{
color: #8692C9;
}
.AnyTagClassName
{
color: #8692C9;
}
</style>
background-color css
<style>
a { background-color: #8692C9; }
a { background-color: rgb(134,146,201); }
div.DivClassName
{
background-color: #8692C9;
}
.BgClassName
{
background-color: #8692C9;
}
</style>
border-color css
<style>
span { border-color: #8692C9; }
span { border-color: rgb(134,146,201); }
td.TdClassName
{
border-color: #8692C9;
}
.TagClassName
{
border-color: #8692C9;
}
</style>