Shades of Portage #8297DF
Tints of Portage #8297DF
RGB
CMYK
RGB Variations
Color information
#8297DF (or 0x8297DF) is known color: Portage. HEX triplet: 82, 97 and DF. RGB value is (130,151,223). Sum of RGB (Red+Green+Blue) = 130+151+223=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8297DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297DF is #7D6820. Grayscale: #989898. Windows color (decimal): -8218657 or 14653314. OLE color: 14653314.
HSL color Cylindrical-coordinate representation of color #8297DF: hue angle of 226.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8297DF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 151 | 223 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.13 |
| HSL | 226.45º | 0.59% | 0.69% | - |
| HSV(B) | 226.45º | 0.42% | 0.87% | - |
| XYZ | 33.59 | 32.21 | 74.26 | - |
| YUV | 152.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 223 | 0.42 | 0.32 | 0 | 0.13 | 226.45 | 0.59 | 0.69 |
| Hex | 82 | 97 | DF | 2A | 20 | 0 | D | E2 | 3B | 45 |
| Octal | 202 | 227 | 337 | 52 | 40 | 0 | 15 | 342 | 73 | 105 |
| Binary | 10000010 | 10010111 | 11011111 | 101010 | 100000 | 0 | 1101 | 11100010 | 111011 | 1000101 |
Color Harmonies of #8297DF
Complementary color
Monochromatic Colors of #8297DF
Black with #8297DF
Text Example
Text Example
White with #8297DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297DF; }
p { color: rgb(130,151,223); }
H1.HeaderClassName
{
color: #8297DF;
}
.AnyTagClassName
{
color: #8297DF;
}
</style>
background-color css
<style>
a { background-color: #8297DF; }
a { background-color: rgb(130,151,223); }
div.DivClassName
{
background-color: #8297DF;
}
.BgClassName
{
background-color: #8297DF;
}
</style>
border-color css
<style>
span { border-color: #8297DF; }
span { border-color: rgb(130,151,223); }
td.TdClassName
{
border-color: #8297DF;
}
.TagClassName
{
border-color: #8297DF;
}
</style>