Shades of Portage #8096CB
Tints of Portage #8096CB
RGB
CMYK
RGB Variations
Color information
#8096CB (or 0x8096CB) is known color: Portage. HEX triplet: 80, 96 and CB. RGB value is (128,150,203). Sum of RGB (Red+Green+Blue) = 128+150+203=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8096CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096CB is #7F6934. Grayscale: #959595. Windows color (decimal): -8350005 or 13342336. OLE color: 13342336.
HSL color Cylindrical-coordinate representation of color #8096CB: hue angle of 222.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 #8096CB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 150 | 203 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.20 |
| HSL | 222.4º | 0.42% | 0.65% | - |
| HSV(B) | 222.4º | 0.37% | 0.8% | - |
| XYZ | 30.59 | 30.71 | 60.82 | - |
| YUV | 149.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 203 | 0.37 | 0.26 | 0 | 0.20 | 222.4 | 0.42 | 0.65 |
| Hex | 80 | 96 | CB | 25 | 1A | 0 | 14 | DE | 2A | 41 |
| Octal | 200 | 226 | 313 | 45 | 32 | 0 | 24 | 336 | 52 | 101 |
| Binary | 10000000 | 10010110 | 11001011 | 100101 | 11010 | 0 | 10100 | 11011110 | 101010 | 1000001 |
Color Harmonies of #8096CB
Complementary color
Monochromatic Colors of #8096CB
Black with #8096CB
Text Example
Text Example
White with #8096CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096CB; }
p { color: rgb(128,150,203); }
H1.HeaderClassName
{
color: #8096CB;
}
.AnyTagClassName
{
color: #8096CB;
}
</style>
background-color css
<style>
a { background-color: #8096CB; }
a { background-color: rgb(128,150,203); }
div.DivClassName
{
background-color: #8096CB;
}
.BgClassName
{
background-color: #8096CB;
}
</style>
border-color css
<style>
span { border-color: #8096CB; }
span { border-color: rgb(128,150,203); }
td.TdClassName
{
border-color: #8096CB;
}
.TagClassName
{
border-color: #8096CB;
}
</style>