Shades of Portage #8191CB
Tints of Portage #8191CB
RGB
CMYK
RGB Variations
Color information
#8191CB (or 0x8191CB) is known color: Portage. HEX triplet: 81, 91 and CB. RGB value is (129,145,203). Sum of RGB (Red+Green+Blue) = 129+145+203=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #8191CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8191CB is #7E6E34. Grayscale: #929292. Windows color (decimal): -8285749 or 13341057. OLE color: 13341057.
HSL color Cylindrical-coordinate representation of color #8191CB: hue angle of 227.03º 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 #8191CB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 145 | 203 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.20 |
| HSL | 227.03º | 0.42% | 0.65% | - |
| HSV(B) | 227.03º | 0.36% | 0.8% | - |
| XYZ | 29.96 | 29.23 | 60.56 | - |
| YUV | 146.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 203 | 0.36 | 0.29 | 0 | 0.20 | 227.03 | 0.42 | 0.65 |
| Hex | 81 | 91 | CB | 24 | 1D | 0 | 14 | E3 | 2A | 41 |
| Octal | 201 | 221 | 313 | 44 | 35 | 0 | 24 | 343 | 52 | 101 |
| Binary | 10000001 | 10010001 | 11001011 | 100100 | 11101 | 0 | 10100 | 11100011 | 101010 | 1000001 |
Color Harmonies of #8191CB
Complementary color
Monochromatic Colors of #8191CB
Black with #8191CB
Text Example
Text Example
White with #8191CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191CB; }
p { color: rgb(129,145,203); }
H1.HeaderClassName
{
color: #8191CB;
}
.AnyTagClassName
{
color: #8191CB;
}
</style>
background-color css
<style>
a { background-color: #8191CB; }
a { background-color: rgb(129,145,203); }
div.DivClassName
{
background-color: #8191CB;
}
.BgClassName
{
background-color: #8191CB;
}
</style>
border-color css
<style>
span { border-color: #8191CB; }
span { border-color: rgb(129,145,203); }
td.TdClassName
{
border-color: #8191CB;
}
.TagClassName
{
border-color: #8191CB;
}
</style>