Shades of Portage #8289CF
Tints of Portage #8289CF
RGB
CMYK
RGB Variations
Color information
#8289CF (or 0x8289CF) is known color: Portage. HEX triplet: 82, 89 and CF. RGB value is (130,137,207). Sum of RGB (Red+Green+Blue) = 130+137+207=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8289CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289CF is #7D7630. Grayscale: #8E8E8E. Windows color (decimal): -8222257 or 13601154. OLE color: 13601154.
HSL color Cylindrical-coordinate representation of color #8289CF: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8289CF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 137 | 207 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 234.55º | 0.45% | 0.66% | - |
| HSV(B) | 234.55º | 0.37% | 0.81% | - |
| XYZ | 29.41 | 27.14 | 62.72 | - |
| YUV | 142.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 207 | 0.37 | 0.34 | 0 | 0.19 | 234.55 | 0.45 | 0.66 |
| Hex | 82 | 89 | CF | 25 | 22 | 0 | 13 | EB | 2D | 42 |
| Octal | 202 | 211 | 317 | 45 | 42 | 0 | 23 | 353 | 55 | 102 |
| Binary | 10000010 | 10001001 | 11001111 | 100101 | 100010 | 0 | 10011 | 11101011 | 101101 | 1000010 |
Color Harmonies of #8289CF
Complementary color
Monochromatic Colors of #8289CF
Black with #8289CF
Text Example
Text Example
White with #8289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289CF; }
p { color: rgb(130,137,207); }
H1.HeaderClassName
{
color: #8289CF;
}
.AnyTagClassName
{
color: #8289CF;
}
</style>
background-color css
<style>
a { background-color: #8289CF; }
a { background-color: rgb(130,137,207); }
div.DivClassName
{
background-color: #8289CF;
}
.BgClassName
{
background-color: #8289CF;
}
</style>
border-color css
<style>
span { border-color: #8289CF; }
span { border-color: rgb(130,137,207); }
td.TdClassName
{
border-color: #8289CF;
}
.TagClassName
{
border-color: #8289CF;
}
</style>