Shades of Portage #8298DF
Tints of Portage #8298DF
RGB
CMYK
RGB Variations
Color information
#8298DF (or 0x8298DF) is known color: Portage. HEX triplet: 82, 98 and DF. RGB value is (130,152,223). Sum of RGB (Red+Green+Blue) = 130+152+223=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8298DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298DF is #7D6720. Grayscale: #999999. Windows color (decimal): -8218401 or 14653570. OLE color: 14653570.
HSL color Cylindrical-coordinate representation of color #8298DF: hue angle of 225.81º 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 #8298DF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 152 | 223 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.13 |
| HSL | 225.81º | 0.59% | 0.69% | - |
| HSV(B) | 225.81º | 0.42% | 0.87% | - |
| XYZ | 33.75 | 32.53 | 74.31 | - |
| YUV | 153.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 223 | 0.42 | 0.32 | 0 | 0.13 | 225.81 | 0.59 | 0.69 |
| Hex | 82 | 98 | DF | 2A | 20 | 0 | D | E2 | 3B | 45 |
| Octal | 202 | 230 | 337 | 52 | 40 | 0 | 15 | 342 | 73 | 105 |
| Binary | 10000010 | 10011000 | 11011111 | 101010 | 100000 | 0 | 1101 | 11100010 | 111011 | 1000101 |
Color Harmonies of #8298DF
Complementary color
Monochromatic Colors of #8298DF
Black with #8298DF
Text Example
Text Example
White with #8298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298DF; }
p { color: rgb(130,152,223); }
H1.HeaderClassName
{
color: #8298DF;
}
.AnyTagClassName
{
color: #8298DF;
}
</style>
background-color css
<style>
a { background-color: #8298DF; }
a { background-color: rgb(130,152,223); }
div.DivClassName
{
background-color: #8298DF;
}
.BgClassName
{
background-color: #8298DF;
}
</style>
border-color css
<style>
span { border-color: #8298DF; }
span { border-color: rgb(130,152,223); }
td.TdClassName
{
border-color: #8298DF;
}
.TagClassName
{
border-color: #8298DF;
}
</style>