Shades of Portage #9796EF
Tints of Portage #9796EF
RGB
CMYK
RGB Variations
Color information
#9796EF (or 0x9796EF) is known color: Portage. HEX triplet: 97, 96 and EF. RGB value is (151,150,239). Sum of RGB (Red+Green+Blue) = 151+150+239=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #9796EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796EF is #686910. Grayscale: #A0A0A0. Windows color (decimal): -6842641 or 15701655. OLE color: 15701655.
HSL color Cylindrical-coordinate representation of color #9796EF: hue angle of 240.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9796EF is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 150 | 239 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.06 |
| HSL | 240.67º | 0.74% | 0.76% | - |
| HSV(B) | 240.67º | 0.37% | 0.94% | - |
| XYZ | 39.25 | 34.62 | 86.28 | - |
| YUV | 160.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 239 | 0.37 | 0.37 | 0 | 0.06 | 240.67 | 0.74 | 0.76 |
| Hex | 97 | 96 | EF | 25 | 25 | 0 | 6 | F1 | 4A | 4C |
| Octal | 227 | 226 | 357 | 45 | 45 | 0 | 6 | 361 | 112 | 114 |
| Binary | 10010111 | 10010110 | 11101111 | 100101 | 100101 | 0 | 110 | 11110001 | 1001010 | 1001100 |
Color Harmonies of #9796EF
Complementary color
Monochromatic Colors of #9796EF
Black with #9796EF
Text Example
Text Example
White with #9796EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796EF; }
p { color: rgb(151,150,239); }
H1.HeaderClassName
{
color: #9796EF;
}
.AnyTagClassName
{
color: #9796EF;
}
</style>
background-color css
<style>
a { background-color: #9796EF; }
a { background-color: rgb(151,150,239); }
div.DivClassName
{
background-color: #9796EF;
}
.BgClassName
{
background-color: #9796EF;
}
</style>
border-color css
<style>
span { border-color: #9796EF; }
span { border-color: rgb(151,150,239); }
td.TdClassName
{
border-color: #9796EF;
}
.TagClassName
{
border-color: #9796EF;
}
</style>