Shades of Portage #8299CC
Tints of Portage #8299CC
RGB
CMYK
RGB Variations
Color information
#8299CC (or 0x8299CC) is known color: Portage. HEX triplet: 82, 99 and CC. RGB value is (130,153,204). Sum of RGB (Red+Green+Blue) = 130+153+204=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299CC is #7D6633. Grayscale: #979797. Windows color (decimal): -8218164 or 13408642. OLE color: 13408642.
HSL color Cylindrical-coordinate representation of color #8299CC: hue angle of 221.35º 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 #8299CC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 153 | 204 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.2 |
| HSL | 221.35º | 0.42% | 0.65% | - |
| HSV(B) | 221.35º | 0.36% | 0.8% | - |
| XYZ | 31.5 | 31.89 | 61.62 | - |
| YUV | 151.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 204 | 0.36 | 0.25 | 0 | 0.2 | 221.35 | 0.42 | 0.65 |
| Hex | 82 | 99 | CC | 24 | 19 | 0 | 14 | DD | 2A | 41 |
| Octal | 202 | 231 | 314 | 44 | 31 | 0 | 24 | 335 | 52 | 101 |
| Binary | 10000010 | 10011001 | 11001100 | 100100 | 11001 | 0 | 10100 | 11011101 | 101010 | 1000001 |
Color Harmonies of #8299CC
Complementary color
Monochromatic Colors of #8299CC
Black with #8299CC
Text Example
Text Example
White with #8299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299CC; }
p { color: rgb(130,153,204); }
H1.HeaderClassName
{
color: #8299CC;
}
.AnyTagClassName
{
color: #8299CC;
}
</style>
background-color css
<style>
a { background-color: #8299CC; }
a { background-color: rgb(130,153,204); }
div.DivClassName
{
background-color: #8299CC;
}
.BgClassName
{
background-color: #8299CC;
}
</style>
border-color css
<style>
span { border-color: #8299CC; }
span { border-color: rgb(130,153,204); }
td.TdClassName
{
border-color: #8299CC;
}
.TagClassName
{
border-color: #8299CC;
}
</style>