Shades of Portage #9796EA
Tints of Portage #9796EA
RGB
CMYK
RGB Variations
Color information
#9796EA (or 0x9796EA) is known color: Portage. HEX triplet: 97, 96 and EA. RGB value is (151,150,234). Sum of RGB (Red+Green+Blue) = 151+150+234=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #9796EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796EA is #686915. Grayscale: #9F9F9F. Windows color (decimal): -6842646 or 15373975. OLE color: 15373975.
HSL color Cylindrical-coordinate representation of color #9796EA: hue angle of 240.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9796EA is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 150 | 234 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.08 |
| HSL | 240.71º | 0.67% | 0.75% | - |
| HSV(B) | 240.71º | 0.36% | 0.92% | - |
| XYZ | 38.52 | 34.33 | 82.44 | - |
| YUV | 159.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 234 | 0.35 | 0.36 | 0 | 0.08 | 240.71 | 0.67 | 0.75 |
| Hex | 97 | 96 | EA | 23 | 24 | 0 | 8 | F1 | 43 | 4B |
| Octal | 227 | 226 | 352 | 43 | 44 | 0 | 10 | 361 | 103 | 113 |
| Binary | 10010111 | 10010110 | 11101010 | 100011 | 100100 | 0 | 1000 | 11110001 | 1000011 | 1001011 |
Color Harmonies of #9796EA
Complementary color
Monochromatic Colors of #9796EA
Black with #9796EA
Text Example
Text Example
White with #9796EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796EA; }
p { color: rgb(151,150,234); }
H1.HeaderClassName
{
color: #9796EA;
}
.AnyTagClassName
{
color: #9796EA;
}
</style>
background-color css
<style>
a { background-color: #9796EA; }
a { background-color: rgb(151,150,234); }
div.DivClassName
{
background-color: #9796EA;
}
.BgClassName
{
background-color: #9796EA;
}
</style>
border-color css
<style>
span { border-color: #9796EA; }
span { border-color: rgb(151,150,234); }
td.TdClassName
{
border-color: #9796EA;
}
.TagClassName
{
border-color: #9796EA;
}
</style>