Shades of Portage #8198CC
Tints of Portage #8198CC
RGB
CMYK
RGB Variations
Color information
#8198CC (or 0x8198CC) is known color: Portage. HEX triplet: 81, 98 and CC. RGB value is (129,152,204). Sum of RGB (Red+Green+Blue) = 129+152+204=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8198CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CC is #7E6733. Grayscale: #969696. Windows color (decimal): -8283956 or 13408385. OLE color: 13408385.
HSL color Cylindrical-coordinate representation of color #8198CC: hue angle of 221.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8198CC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 152 | 204 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.2 |
| HSL | 221.6º | 0.42% | 0.65% | - |
| HSV(B) | 221.6º | 0.37% | 0.8% | - |
| XYZ | 31.18 | 31.48 | 61.56 | - |
| YUV | 151.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 204 | 0.37 | 0.25 | 0 | 0.2 | 221.6 | 0.42 | 0.65 |
| Hex | 81 | 98 | CC | 25 | 19 | 0 | 14 | DE | 2A | 41 |
| Octal | 201 | 230 | 314 | 45 | 31 | 0 | 24 | 336 | 52 | 101 |
| Binary | 10000001 | 10011000 | 11001100 | 100101 | 11001 | 0 | 10100 | 11011110 | 101010 | 1000001 |
Color Harmonies of #8198CC
Complementary color
Monochromatic Colors of #8198CC
Black with #8198CC
Text Example
Text Example
White with #8198CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198CC; }
p { color: rgb(129,152,204); }
H1.HeaderClassName
{
color: #8198CC;
}
.AnyTagClassName
{
color: #8198CC;
}
</style>
background-color css
<style>
a { background-color: #8198CC; }
a { background-color: rgb(129,152,204); }
div.DivClassName
{
background-color: #8198CC;
}
.BgClassName
{
background-color: #8198CC;
}
</style>
border-color css
<style>
span { border-color: #8198CC; }
span { border-color: rgb(129,152,204); }
td.TdClassName
{
border-color: #8198CC;
}
.TagClassName
{
border-color: #8198CC;
}
</style>