Shades of Portage #8198CE
Tints of Portage #8198CE
RGB
CMYK
RGB Variations
Color information
#8198CE (or 0x8198CE) is known color: Portage. HEX triplet: 81, 98 and CE. RGB value is (129,152,206). Sum of RGB (Red+Green+Blue) = 129+152+206=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8198CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CE is #7E6731. Grayscale: #979797. Windows color (decimal): -8283954 or 13539457. OLE color: 13539457.
HSL color Cylindrical-coordinate representation of color #8198CE: hue angle of 222.08º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8198CE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 152 | 206 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.19 |
| HSL | 222.08º | 0.44% | 0.66% | - |
| HSV(B) | 222.08º | 0.37% | 0.81% | - |
| XYZ | 31.42 | 31.58 | 62.83 | - |
| YUV | 151.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 206 | 0.37 | 0.26 | 0 | 0.19 | 222.08 | 0.44 | 0.66 |
| Hex | 81 | 98 | CE | 25 | 1A | 0 | 13 | DE | 2C | 42 |
| Octal | 201 | 230 | 316 | 45 | 32 | 0 | 23 | 336 | 54 | 102 |
| Binary | 10000001 | 10011000 | 11001110 | 100101 | 11010 | 0 | 10011 | 11011110 | 101100 | 1000010 |
Color Harmonies of #8198CE
Complementary color
Monochromatic Colors of #8198CE
Black with #8198CE
Text Example
Text Example
White with #8198CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198CE; }
p { color: rgb(129,152,206); }
H1.HeaderClassName
{
color: #8198CE;
}
.AnyTagClassName
{
color: #8198CE;
}
</style>
background-color css
<style>
a { background-color: #8198CE; }
a { background-color: rgb(129,152,206); }
div.DivClassName
{
background-color: #8198CE;
}
.BgClassName
{
background-color: #8198CE;
}
</style>
border-color css
<style>
span { border-color: #8198CE; }
span { border-color: rgb(129,152,206); }
td.TdClassName
{
border-color: #8198CE;
}
.TagClassName
{
border-color: #8198CE;
}
</style>