Shades of Portage #8298CC
Tints of Portage #8298CC
RGB
CMYK
RGB Variations
Color information
#8298CC (or 0x8298CC) is known color: Portage. HEX triplet: 82, 98 and CC. RGB value is (130,152,204). Sum of RGB (Red+Green+Blue) = 130+152+204=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8298CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CC is #7D6733. Grayscale: #979797. Windows color (decimal): -8218420 or 13408386. OLE color: 13408386.
HSL color Cylindrical-coordinate representation of color #8298CC: hue angle of 222.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8298CC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 152 | 204 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.2 |
| HSL | 222.16º | 0.42% | 0.65% | - |
| HSV(B) | 222.16º | 0.36% | 0.8% | - |
| XYZ | 31.33 | 31.56 | 61.57 | - |
| YUV | 151.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 204 | 0.36 | 0.25 | 0 | 0.2 | 222.16 | 0.42 | 0.65 |
| Hex | 82 | 98 | CC | 24 | 19 | 0 | 14 | DE | 2A | 41 |
| Octal | 202 | 230 | 314 | 44 | 31 | 0 | 24 | 336 | 52 | 101 |
| Binary | 10000010 | 10011000 | 11001100 | 100100 | 11001 | 0 | 10100 | 11011110 | 101010 | 1000001 |
Color Harmonies of #8298CC
Complementary color
Monochromatic Colors of #8298CC
Black with #8298CC
Text Example
Text Example
White with #8298CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298CC; }
p { color: rgb(130,152,204); }
H1.HeaderClassName
{
color: #8298CC;
}
.AnyTagClassName
{
color: #8298CC;
}
</style>
background-color css
<style>
a { background-color: #8298CC; }
a { background-color: rgb(130,152,204); }
div.DivClassName
{
background-color: #8298CC;
}
.BgClassName
{
background-color: #8298CC;
}
</style>
border-color css
<style>
span { border-color: #8298CC; }
span { border-color: rgb(130,152,204); }
td.TdClassName
{
border-color: #8298CC;
}
.TagClassName
{
border-color: #8298CC;
}
</style>