Shades of Portage #8489C9
Tints of Portage #8489C9
RGB
CMYK
RGB Variations
Color information
#8489C9 (or 0x8489C9) is known color: Portage. HEX triplet: 84, 89 and C9. RGB value is (132,137,201). Sum of RGB (Red+Green+Blue) = 132+137+201=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #8489C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489C9 is #7B7636. Grayscale: #8E8E8E. Windows color (decimal): -8091191 or 13207940. OLE color: 13207940.
HSL color Cylindrical-coordinate representation of color #8489C9: hue angle of 235.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8489C9 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 137 | 201 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.21 |
| HSL | 235.65º | 0.39% | 0.65% | - |
| HSV(B) | 235.65º | 0.34% | 0.79% | - |
| XYZ | 29 | 27.01 | 58.94 | - |
| YUV | 142.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 201 | 0.34 | 0.32 | 0 | 0.21 | 235.65 | 0.39 | 0.65 |
| Hex | 84 | 89 | C9 | 22 | 20 | 0 | 15 | EC | 27 | 41 |
| Octal | 204 | 211 | 311 | 42 | 40 | 0 | 25 | 354 | 47 | 101 |
| Binary | 10000100 | 10001001 | 11001001 | 100010 | 100000 | 0 | 10101 | 11101100 | 100111 | 1000001 |
Color Harmonies of #8489C9
Complementary color
Monochromatic Colors of #8489C9
Black with #8489C9
Text Example
Text Example
White with #8489C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8489C9; }
p { color: rgb(132,137,201); }
H1.HeaderClassName
{
color: #8489C9;
}
.AnyTagClassName
{
color: #8489C9;
}
</style>
background-color css
<style>
a { background-color: #8489C9; }
a { background-color: rgb(132,137,201); }
div.DivClassName
{
background-color: #8489C9;
}
.BgClassName
{
background-color: #8489C9;
}
</style>
border-color css
<style>
span { border-color: #8489C9; }
span { border-color: rgb(132,137,201); }
td.TdClassName
{
border-color: #8489C9;
}
.TagClassName
{
border-color: #8489C9;
}
</style>