Shades of Portage #9797E9
Tints of Portage #9797E9
RGB
CMYK
RGB Variations
Color information
#9797E9 (or 0x9797E9) is known color: Portage. HEX triplet: 97, 97 and E9. RGB value is (151,151,233). Sum of RGB (Red+Green+Blue) = 151+151+233=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #9797E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9797E9 is #686816. Grayscale: #A0A0A0. Windows color (decimal): -6842391 or 15308695. OLE color: 15308695.
HSL color Cylindrical-coordinate representation of color #9797E9: hue angle of 240º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9797E9 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 151 | 233 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.09 |
| HSL | 240º | 0.65% | 0.75% | - |
| HSV(B) | 240º | 0.35% | 0.91% | - |
| XYZ | 38.54 | 34.6 | 81.74 | - |
| YUV | 160.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 233 | 0.35 | 0.35 | 0 | 0.09 | 240 | 0.65 | 0.75 |
| Hex | 97 | 97 | E9 | 23 | 23 | 0 | 9 | F0 | 41 | 4B |
| Octal | 227 | 227 | 351 | 43 | 43 | 0 | 11 | 360 | 101 | 113 |
| Binary | 10010111 | 10010111 | 11101001 | 100011 | 100011 | 0 | 1001 | 11110000 | 1000001 | 1001011 |
Color Harmonies of #9797E9
Complementary color
Monochromatic Colors of #9797E9
Black with #9797E9
Text Example
Text Example
White with #9797E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9797E9; }
p { color: rgb(151,151,233); }
H1.HeaderClassName
{
color: #9797E9;
}
.AnyTagClassName
{
color: #9797E9;
}
</style>
background-color css
<style>
a { background-color: #9797E9; }
a { background-color: rgb(151,151,233); }
div.DivClassName
{
background-color: #9797E9;
}
.BgClassName
{
background-color: #9797E9;
}
</style>
border-color css
<style>
span { border-color: #9797E9; }
span { border-color: rgb(151,151,233); }
td.TdClassName
{
border-color: #9797E9;
}
.TagClassName
{
border-color: #9797E9;
}
</style>