Shades of Portage #8096DC
Tints of Portage #8096DC
RGB
CMYK
RGB Variations
Color information
#8096DC (or 0x8096DC) is known color: Portage. HEX triplet: 80, 96 and DC. RGB value is (128,150,220). Sum of RGB (Red+Green+Blue) = 128+150+220=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096DC is #7F6923. Grayscale: #979797. Windows color (decimal): -8349988 or 14456448. OLE color: 14456448.
HSL color Cylindrical-coordinate representation of color #8096DC: hue angle of 225.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8096DC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 150 | 220 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.14 |
| HSL | 225.65º | 0.57% | 0.68% | - |
| HSV(B) | 225.65º | 0.42% | 0.86% | - |
| XYZ | 32.73 | 31.57 | 72.08 | - |
| YUV | 151.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 220 | 0.42 | 0.32 | 0 | 0.14 | 225.65 | 0.57 | 0.68 |
| Hex | 80 | 96 | DC | 2A | 20 | 0 | E | E2 | 39 | 44 |
| Octal | 200 | 226 | 334 | 52 | 40 | 0 | 16 | 342 | 71 | 104 |
| Binary | 10000000 | 10010110 | 11011100 | 101010 | 100000 | 0 | 1110 | 11100010 | 111001 | 1000100 |
Color Harmonies of #8096DC
Complementary color
Monochromatic Colors of #8096DC
Black with #8096DC
Text Example
Text Example
White with #8096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096DC; }
p { color: rgb(128,150,220); }
H1.HeaderClassName
{
color: #8096DC;
}
.AnyTagClassName
{
color: #8096DC;
}
</style>
background-color css
<style>
a { background-color: #8096DC; }
a { background-color: rgb(128,150,220); }
div.DivClassName
{
background-color: #8096DC;
}
.BgClassName
{
background-color: #8096DC;
}
</style>
border-color css
<style>
span { border-color: #8096DC; }
span { border-color: rgb(128,150,220); }
td.TdClassName
{
border-color: #8096DC;
}
.TagClassName
{
border-color: #8096DC;
}
</style>