Shades of Portage #8297DC
Tints of Portage #8297DC
RGB
CMYK
RGB Variations
Color information
#8297DC (or 0x8297DC) is known color: Portage. HEX triplet: 82, 97 and DC. RGB value is (130,151,220). Sum of RGB (Red+Green+Blue) = 130+151+220=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8297DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297DC is #7D6823. Grayscale: #989898. Windows color (decimal): -8218660 or 14456706. OLE color: 14456706.
HSL color Cylindrical-coordinate representation of color #8297DC: hue angle of 226º 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 #8297DC is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 151 | 220 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.14 |
| HSL | 226º | 0.56% | 0.69% | - |
| HSV(B) | 226º | 0.41% | 0.86% | - |
| XYZ | 33.19 | 32.05 | 72.15 | - |
| YUV | 152.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 220 | 0.41 | 0.31 | 0 | 0.14 | 226 | 0.56 | 0.69 |
| Hex | 82 | 97 | DC | 29 | 1F | 0 | E | E2 | 38 | 45 |
| Octal | 202 | 227 | 334 | 51 | 37 | 0 | 16 | 342 | 70 | 105 |
| Binary | 10000010 | 10010111 | 11011100 | 101001 | 11111 | 0 | 1110 | 11100010 | 111000 | 1000101 |
Color Harmonies of #8297DC
Complementary color
Monochromatic Colors of #8297DC
Black with #8297DC
Text Example
Text Example
White with #8297DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297DC; }
p { color: rgb(130,151,220); }
H1.HeaderClassName
{
color: #8297DC;
}
.AnyTagClassName
{
color: #8297DC;
}
</style>
background-color css
<style>
a { background-color: #8297DC; }
a { background-color: rgb(130,151,220); }
div.DivClassName
{
background-color: #8297DC;
}
.BgClassName
{
background-color: #8297DC;
}
</style>
border-color css
<style>
span { border-color: #8297DC; }
span { border-color: rgb(130,151,220); }
td.TdClassName
{
border-color: #8297DC;
}
.TagClassName
{
border-color: #8297DC;
}
</style>