Shades of Portage #9C92F3
Tints of Portage #9C92F3
RGB
CMYK
RGB Variations
Color information
#9C92F3 (or 0x9C92F3) is known color: Portage. HEX triplet: 9C, 92 and F3. RGB value is (156,146,243). Sum of RGB (Red+Green+Blue) = 156+146+243=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C92F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92F3 is #636D0C. Grayscale: #9F9F9F. Windows color (decimal): -6515981 or 15962780. OLE color: 15962780.
HSL color Cylindrical-coordinate representation of color #9C92F3: hue angle of 246.19º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C92F3 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 146 | 243 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.05 |
| HSL | 246.19º | 0.8% | 0.76% | - |
| HSV(B) | 246.19º | 0.4% | 0.95% | - |
| XYZ | 40.17 | 34.1 | 89.26 | - |
| YUV | 160.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 243 | 0.36 | 0.40 | 0 | 0.05 | 246.19 | 0.8 | 0.76 |
| Hex | 9C | 92 | F3 | 24 | 28 | 0 | 5 | F6 | 50 | 4C |
| Octal | 234 | 222 | 363 | 44 | 50 | 0 | 5 | 366 | 120 | 114 |
| Binary | 10011100 | 10010010 | 11110011 | 100100 | 101000 | 0 | 101 | 11110110 | 1010000 | 1001100 |
Color Harmonies of #9C92F3
Complementary color
Monochromatic Colors of #9C92F3
Black with #9C92F3
Text Example
Text Example
White with #9C92F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92F3; }
p { color: rgb(156,146,243); }
H1.HeaderClassName
{
color: #9C92F3;
}
.AnyTagClassName
{
color: #9C92F3;
}
</style>
background-color css
<style>
a { background-color: #9C92F3; }
a { background-color: rgb(156,146,243); }
div.DivClassName
{
background-color: #9C92F3;
}
.BgClassName
{
background-color: #9C92F3;
}
</style>
border-color css
<style>
span { border-color: #9C92F3; }
span { border-color: rgb(156,146,243); }
td.TdClassName
{
border-color: #9C92F3;
}
.TagClassName
{
border-color: #9C92F3;
}
</style>