Shades of Portage #8191DC
Tints of Portage #8191DC
RGB
CMYK
RGB Variations
Color information
#8191DC (or 0x8191DC) is known color: Portage. HEX triplet: 81, 91 and DC. RGB value is (129,145,220). Sum of RGB (Red+Green+Blue) = 129+145+220=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #8191DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8191DC is #7E6E23. Grayscale: #949494. Windows color (decimal): -8285732 or 14455169. OLE color: 14455169.
HSL color Cylindrical-coordinate representation of color #8191DC: hue angle of 229.45º 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 #8191DC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 145 | 220 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.14 |
| HSL | 229.45º | 0.57% | 0.68% | - |
| HSV(B) | 229.45º | 0.41% | 0.86% | - |
| XYZ | 32.1 | 30.09 | 71.83 | - |
| YUV | 148.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 220 | 0.41 | 0.34 | 0 | 0.14 | 229.45 | 0.57 | 0.68 |
| Hex | 81 | 91 | DC | 29 | 22 | 0 | E | E5 | 39 | 44 |
| Octal | 201 | 221 | 334 | 51 | 42 | 0 | 16 | 345 | 71 | 104 |
| Binary | 10000001 | 10010001 | 11011100 | 101001 | 100010 | 0 | 1110 | 11100101 | 111001 | 1000100 |
Color Harmonies of #8191DC
Complementary color
Monochromatic Colors of #8191DC
Black with #8191DC
Text Example
Text Example
White with #8191DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191DC; }
p { color: rgb(129,145,220); }
H1.HeaderClassName
{
color: #8191DC;
}
.AnyTagClassName
{
color: #8191DC;
}
</style>
background-color css
<style>
a { background-color: #8191DC; }
a { background-color: rgb(129,145,220); }
div.DivClassName
{
background-color: #8191DC;
}
.BgClassName
{
background-color: #8191DC;
}
</style>
border-color css
<style>
span { border-color: #8191DC; }
span { border-color: rgb(129,145,220); }
td.TdClassName
{
border-color: #8191DC;
}
.TagClassName
{
border-color: #8191DC;
}
</style>