Shades of Portage #8289DC
Tints of Portage #8289DC
RGB
CMYK
RGB Variations
Color information
#8289DC (or 0x8289DC) is known color: Portage. HEX triplet: 82, 89 and DC. RGB value is (130,137,220). Sum of RGB (Red+Green+Blue) = 130+137+220=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8289DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289DC is #7D7623. Grayscale: #909090. Windows color (decimal): -8222244 or 14453122. OLE color: 14453122.
HSL color Cylindrical-coordinate representation of color #8289DC: hue angle of 235.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8289DC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 137 | 220 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.14 |
| HSL | 235.33º | 0.56% | 0.69% | - |
| HSV(B) | 235.33º | 0.41% | 0.86% | - |
| XYZ | 31.07 | 27.8 | 71.44 | - |
| YUV | 144.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 220 | 0.41 | 0.38 | 0 | 0.14 | 235.33 | 0.56 | 0.69 |
| Hex | 82 | 89 | DC | 29 | 26 | 0 | E | EB | 38 | 45 |
| Octal | 202 | 211 | 334 | 51 | 46 | 0 | 16 | 353 | 70 | 105 |
| Binary | 10000010 | 10001001 | 11011100 | 101001 | 100110 | 0 | 1110 | 11101011 | 111000 | 1000101 |
Color Harmonies of #8289DC
Complementary color
Monochromatic Colors of #8289DC
Black with #8289DC
Text Example
Text Example
White with #8289DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289DC; }
p { color: rgb(130,137,220); }
H1.HeaderClassName
{
color: #8289DC;
}
.AnyTagClassName
{
color: #8289DC;
}
</style>
background-color css
<style>
a { background-color: #8289DC; }
a { background-color: rgb(130,137,220); }
div.DivClassName
{
background-color: #8289DC;
}
.BgClassName
{
background-color: #8289DC;
}
</style>
border-color css
<style>
span { border-color: #8289DC; }
span { border-color: rgb(130,137,220); }
td.TdClassName
{
border-color: #8289DC;
}
.TagClassName
{
border-color: #8289DC;
}
</style>