Shades of Portage #8292DD
Tints of Portage #8292DD
RGB
CMYK
RGB Variations
Color information
#8292DD (or 0x8292DD) is known color: Portage. HEX triplet: 82, 92 and DD. RGB value is (130,146,221). Sum of RGB (Red+Green+Blue) = 130+146+221=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8292DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292DD is #7D6D22. Grayscale: #959595. Windows color (decimal): -8219939 or 14520962. OLE color: 14520962.
HSL color Cylindrical-coordinate representation of color #8292DD: hue angle of 229.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8292DD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 146 | 221 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.13 |
| HSL | 229.45º | 0.57% | 0.69% | - |
| HSV(B) | 229.45º | 0.41% | 0.87% | - |
| XYZ | 32.54 | 30.52 | 72.58 | - |
| YUV | 149.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 221 | 0.41 | 0.34 | 0 | 0.13 | 229.45 | 0.57 | 0.69 |
| Hex | 82 | 92 | DD | 29 | 22 | 0 | D | E5 | 39 | 45 |
| Octal | 202 | 222 | 335 | 51 | 42 | 0 | 15 | 345 | 71 | 105 |
| Binary | 10000010 | 10010010 | 11011101 | 101001 | 100010 | 0 | 1101 | 11100101 | 111001 | 1000101 |
Color Harmonies of #8292DD
Complementary color
Monochromatic Colors of #8292DD
Black with #8292DD
Text Example
Text Example
White with #8292DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292DD; }
p { color: rgb(130,146,221); }
H1.HeaderClassName
{
color: #8292DD;
}
.AnyTagClassName
{
color: #8292DD;
}
</style>
background-color css
<style>
a { background-color: #8292DD; }
a { background-color: rgb(130,146,221); }
div.DivClassName
{
background-color: #8292DD;
}
.BgClassName
{
background-color: #8292DD;
}
</style>
border-color css
<style>
span { border-color: #8292DD; }
span { border-color: rgb(130,146,221); }
td.TdClassName
{
border-color: #8292DD;
}
.TagClassName
{
border-color: #8292DD;
}
</style>