Shades of Portage #8292D1
Tints of Portage #8292D1
RGB
CMYK
RGB Variations
Color information
#8292D1 (or 0x8292D1) is known color: Portage. HEX triplet: 82, 92 and D1. RGB value is (130,146,209). Sum of RGB (Red+Green+Blue) = 130+146+209=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #8292D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292D1 is #7D6D2E. Grayscale: #949494. Windows color (decimal): -8219951 or 13734530. OLE color: 13734530.
HSL color Cylindrical-coordinate representation of color #8292D1: hue angle of 227.85º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8292D1 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 146 | 209 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.18 |
| HSL | 227.85º | 0.46% | 0.66% | - |
| HSV(B) | 227.85º | 0.38% | 0.82% | - |
| XYZ | 30.99 | 29.91 | 64.46 | - |
| YUV | 148.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 209 | 0.38 | 0.30 | 0 | 0.18 | 227.85 | 0.46 | 0.66 |
| Hex | 82 | 92 | D1 | 26 | 1E | 0 | 12 | E4 | 2E | 42 |
| Octal | 202 | 222 | 321 | 46 | 36 | 0 | 22 | 344 | 56 | 102 |
| Binary | 10000010 | 10010010 | 11010001 | 100110 | 11110 | 0 | 10010 | 11100100 | 101110 | 1000010 |
Color Harmonies of #8292D1
Complementary color
Monochromatic Colors of #8292D1
Black with #8292D1
Text Example
Text Example
White with #8292D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292D1; }
p { color: rgb(130,146,209); }
H1.HeaderClassName
{
color: #8292D1;
}
.AnyTagClassName
{
color: #8292D1;
}
</style>
background-color css
<style>
a { background-color: #8292D1; }
a { background-color: rgb(130,146,209); }
div.DivClassName
{
background-color: #8292D1;
}
.BgClassName
{
background-color: #8292D1;
}
</style>
border-color css
<style>
span { border-color: #8292D1; }
span { border-color: rgb(130,146,209); }
td.TdClassName
{
border-color: #8292D1;
}
.TagClassName
{
border-color: #8292D1;
}
</style>