Shades of Portage #9C9AF7
Tints of Portage #9C9AF7
RGB
CMYK
RGB Variations
Color information
#9C9AF7 (or 0x9C9AF7) is known color: Portage. HEX triplet: 9C, 9A and F7. RGB value is (156,154,247). Sum of RGB (Red+Green+Blue) = 156+154+247=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #9C9AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AF7 is #636508. Grayscale: #A4A4A4. Windows color (decimal): -6513929 or 16226972. OLE color: 16226972.
HSL color Cylindrical-coordinate representation of color #9C9AF7: hue angle of 241.29º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9AF7 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 154 | 247 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.03 |
| HSL | 241.29º | 0.85% | 0.79% | - |
| HSV(B) | 241.29º | 0.38% | 0.97% | - |
| XYZ | 42.05 | 36.89 | 92.9 | - |
| YUV | 165.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 247 | 0.37 | 0.38 | 0 | 0.03 | 241.29 | 0.85 | 0.79 |
| Hex | 9C | 9A | F7 | 25 | 26 | 0 | 3 | F1 | 55 | 4F |
| Octal | 234 | 232 | 367 | 45 | 46 | 0 | 3 | 361 | 125 | 117 |
| Binary | 10011100 | 10011010 | 11110111 | 100101 | 100110 | 0 | 11 | 11110001 | 1010101 | 1001111 |
Color Harmonies of #9C9AF7
Complementary color
Monochromatic Colors of #9C9AF7
Black with #9C9AF7
Text Example
Text Example
White with #9C9AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9AF7; }
p { color: rgb(156,154,247); }
H1.HeaderClassName
{
color: #9C9AF7;
}
.AnyTagClassName
{
color: #9C9AF7;
}
</style>
background-color css
<style>
a { background-color: #9C9AF7; }
a { background-color: rgb(156,154,247); }
div.DivClassName
{
background-color: #9C9AF7;
}
.BgClassName
{
background-color: #9C9AF7;
}
</style>
border-color css
<style>
span { border-color: #9C9AF7; }
span { border-color: rgb(156,154,247); }
td.TdClassName
{
border-color: #9C9AF7;
}
.TagClassName
{
border-color: #9C9AF7;
}
</style>