Shades of Portage #8096CD
Tints of Portage #8096CD
RGB
CMYK
RGB Variations
Color information
#8096CD (or 0x8096CD) is known color: Portage. HEX triplet: 80, 96 and CD. RGB value is (128,150,205). Sum of RGB (Red+Green+Blue) = 128+150+205=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #8096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096CD is #7F6932. Grayscale: #959595. Windows color (decimal): -8350003 or 13473408. OLE color: 13473408.
HSL color Cylindrical-coordinate representation of color #8096CD: hue angle of 222.86º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8096CD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 150 | 205 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.20 |
| HSL | 222.86º | 0.44% | 0.65% | - |
| HSV(B) | 222.86º | 0.38% | 0.8% | - |
| XYZ | 30.83 | 30.81 | 62.08 | - |
| YUV | 149.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 205 | 0.38 | 0.27 | 0 | 0.20 | 222.86 | 0.44 | 0.65 |
| Hex | 80 | 96 | CD | 26 | 1B | 0 | 14 | DF | 2C | 41 |
| Octal | 200 | 226 | 315 | 46 | 33 | 0 | 24 | 337 | 54 | 101 |
| Binary | 10000000 | 10010110 | 11001101 | 100110 | 11011 | 0 | 10100 | 11011111 | 101100 | 1000001 |
Color Harmonies of #8096CD
Complementary color
Monochromatic Colors of #8096CD
Black with #8096CD
Text Example
Text Example
White with #8096CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096CD; }
p { color: rgb(128,150,205); }
H1.HeaderClassName
{
color: #8096CD;
}
.AnyTagClassName
{
color: #8096CD;
}
</style>
background-color css
<style>
a { background-color: #8096CD; }
a { background-color: rgb(128,150,205); }
div.DivClassName
{
background-color: #8096CD;
}
.BgClassName
{
background-color: #8096CD;
}
</style>
border-color css
<style>
span { border-color: #8096CD; }
span { border-color: rgb(128,150,205); }
td.TdClassName
{
border-color: #8096CD;
}
.TagClassName
{
border-color: #8096CD;
}
</style>