Shades of Portage #8198DC
Tints of Portage #8198DC
RGB
CMYK
RGB Variations
Color information
#8198DC (or 0x8198DC) is known color: Portage. HEX triplet: 81, 98 and DC. RGB value is (129,152,220). Sum of RGB (Red+Green+Blue) = 129+152+220=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8198DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198DC is #7E6723. Grayscale: #989898. Windows color (decimal): -8283940 or 14456961. OLE color: 14456961.
HSL color Cylindrical-coordinate representation of color #8198DC: hue angle of 224.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8198DC is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 152 | 220 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.14 |
| HSL | 224.84º | 0.57% | 0.68% | - |
| HSV(B) | 224.84º | 0.41% | 0.86% | - |
| XYZ | 33.2 | 32.29 | 72.19 | - |
| YUV | 152.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 220 | 0.41 | 0.31 | 0 | 0.14 | 224.84 | 0.57 | 0.68 |
| Hex | 81 | 98 | DC | 29 | 1F | 0 | E | E1 | 39 | 44 |
| Octal | 201 | 230 | 334 | 51 | 37 | 0 | 16 | 341 | 71 | 104 |
| Binary | 10000001 | 10011000 | 11011100 | 101001 | 11111 | 0 | 1110 | 11100001 | 111001 | 1000100 |
Color Harmonies of #8198DC
Complementary color
Monochromatic Colors of #8198DC
Black with #8198DC
Text Example
Text Example
White with #8198DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198DC; }
p { color: rgb(129,152,220); }
H1.HeaderClassName
{
color: #8198DC;
}
.AnyTagClassName
{
color: #8198DC;
}
</style>
background-color css
<style>
a { background-color: #8198DC; }
a { background-color: rgb(129,152,220); }
div.DivClassName
{
background-color: #8198DC;
}
.BgClassName
{
background-color: #8198DC;
}
</style>
border-color css
<style>
span { border-color: #8198DC; }
span { border-color: rgb(129,152,220); }
td.TdClassName
{
border-color: #8198DC;
}
.TagClassName
{
border-color: #8198DC;
}
</style>