Shades of Portage #8091CB
Tints of Portage #8091CB
RGB
CMYK
RGB Variations
Color information
#8091CB (or 0x8091CB) is known color: Portage. HEX triplet: 80, 91 and CB. RGB value is (128,145,203). Sum of RGB (Red+Green+Blue) = 128+145+203=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8091CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091CB is #7F6E34. Grayscale: #929292. Windows color (decimal): -8351285 or 13341056. OLE color: 13341056.
HSL color Cylindrical-coordinate representation of color #8091CB: hue angle of 226.4º 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 #8091CB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 145 | 203 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.20 |
| HSL | 226.4º | 0.42% | 0.65% | - |
| HSV(B) | 226.4º | 0.37% | 0.8% | - |
| XYZ | 29.81 | 29.15 | 60.56 | - |
| YUV | 146.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 203 | 0.37 | 0.29 | 0 | 0.20 | 226.4 | 0.42 | 0.65 |
| Hex | 80 | 91 | CB | 25 | 1D | 0 | 14 | E2 | 2A | 41 |
| Octal | 200 | 221 | 313 | 45 | 35 | 0 | 24 | 342 | 52 | 101 |
| Binary | 10000000 | 10010001 | 11001011 | 100101 | 11101 | 0 | 10100 | 11100010 | 101010 | 1000001 |
Color Harmonies of #8091CB
Complementary color
Monochromatic Colors of #8091CB
Black with #8091CB
Text Example
Text Example
White with #8091CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091CB; }
p { color: rgb(128,145,203); }
H1.HeaderClassName
{
color: #8091CB;
}
.AnyTagClassName
{
color: #8091CB;
}
</style>
background-color css
<style>
a { background-color: #8091CB; }
a { background-color: rgb(128,145,203); }
div.DivClassName
{
background-color: #8091CB;
}
.BgClassName
{
background-color: #8091CB;
}
</style>
border-color css
<style>
span { border-color: #8091CB; }
span { border-color: rgb(128,145,203); }
td.TdClassName
{
border-color: #8091CB;
}
.TagClassName
{
border-color: #8091CB;
}
</style>