Shades of Portage #9796E5
Tints of Portage #9796E5
RGB
CMYK
RGB Variations
Color information
#9796E5 (or 0x9796E5) is known color: Portage. HEX triplet: 97, 96 and E5. RGB value is (151,150,229). Sum of RGB (Red+Green+Blue) = 151+150+229=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #9796E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796E5 is #68691A. Grayscale: #9E9E9E. Windows color (decimal): -6842651 or 15046295. OLE color: 15046295.
HSL color Cylindrical-coordinate representation of color #9796E5: hue angle of 240.76º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9796E5 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 150 | 229 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.10 |
| HSL | 240.76º | 0.6% | 0.74% | - |
| HSV(B) | 240.76º | 0.34% | 0.9% | - |
| XYZ | 37.81 | 34.05 | 78.71 | - |
| YUV | 159.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 229 | 0.34 | 0.34 | 0 | 0.10 | 240.76 | 0.6 | 0.74 |
| Hex | 97 | 96 | E5 | 22 | 22 | 0 | A | F1 | 3C | 4A |
| Octal | 227 | 226 | 345 | 42 | 42 | 0 | 12 | 361 | 74 | 112 |
| Binary | 10010111 | 10010110 | 11100101 | 100010 | 100010 | 0 | 1010 | 11110001 | 111100 | 1001010 |
Color Harmonies of #9796E5
Complementary color
Monochromatic Colors of #9796E5
Black with #9796E5
Text Example
Text Example
White with #9796E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796E5; }
p { color: rgb(151,150,229); }
H1.HeaderClassName
{
color: #9796E5;
}
.AnyTagClassName
{
color: #9796E5;
}
</style>
background-color css
<style>
a { background-color: #9796E5; }
a { background-color: rgb(151,150,229); }
div.DivClassName
{
background-color: #9796E5;
}
.BgClassName
{
background-color: #9796E5;
}
</style>
border-color css
<style>
span { border-color: #9796E5; }
span { border-color: rgb(151,150,229); }
td.TdClassName
{
border-color: #9796E5;
}
.TagClassName
{
border-color: #9796E5;
}
</style>