Shades of Portage #8489D6
Tints of Portage #8489D6
RGB
CMYK
RGB Variations
Color information
#8489D6 (or 0x8489D6) is known color: Portage. HEX triplet: 84, 89 and D6. RGB value is (132,137,214). Sum of RGB (Red+Green+Blue) = 132+137+214=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #8489D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489D6 is #7B7629. Grayscale: #8F8F8F. Windows color (decimal): -8091178 or 14059908. OLE color: 14059908.
HSL color Cylindrical-coordinate representation of color #8489D6: hue angle of 236.34º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8489D6 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 137 | 214 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.16 |
| HSL | 236.34º | 0.5% | 0.68% | - |
| HSV(B) | 236.34º | 0.38% | 0.84% | - |
| XYZ | 30.6 | 27.65 | 67.34 | - |
| YUV | 144.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 214 | 0.38 | 0.36 | 0 | 0.16 | 236.34 | 0.5 | 0.68 |
| Hex | 84 | 89 | D6 | 26 | 24 | 0 | 10 | EC | 32 | 44 |
| Octal | 204 | 211 | 326 | 46 | 44 | 0 | 20 | 354 | 62 | 104 |
| Binary | 10000100 | 10001001 | 11010110 | 100110 | 100100 | 0 | 10000 | 11101100 | 110010 | 1000100 |
Color Harmonies of #8489D6
Complementary color
Monochromatic Colors of #8489D6
Black with #8489D6
Text Example
Text Example
White with #8489D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8489D6; }
p { color: rgb(132,137,214); }
H1.HeaderClassName
{
color: #8489D6;
}
.AnyTagClassName
{
color: #8489D6;
}
</style>
background-color css
<style>
a { background-color: #8489D6; }
a { background-color: rgb(132,137,214); }
div.DivClassName
{
background-color: #8489D6;
}
.BgClassName
{
background-color: #8489D6;
}
</style>
border-color css
<style>
span { border-color: #8489D6; }
span { border-color: rgb(132,137,214); }
td.TdClassName
{
border-color: #8489D6;
}
.TagClassName
{
border-color: #8489D6;
}
</style>