Shades of Portage #9D98F3
Tints of Portage #9D98F3
RGB
CMYK
RGB Variations
Color information
#9D98F3 (or 0x9D98F3) is known color: Portage. HEX triplet: 9D, 98 and F3. RGB value is (157,152,243). Sum of RGB (Red+Green+Blue) = 157+152+243=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D98F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D98F3 is #62670C. Grayscale: #A3A3A3. Windows color (decimal): -6448909 or 15964317. OLE color: 15964317.
HSL color Cylindrical-coordinate representation of color #9D98F3: hue angle of 243.3º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D98F3 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 152 | 243 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.05 |
| HSL | 243.3º | 0.79% | 0.77% | - |
| HSV(B) | 243.3º | 0.37% | 0.95% | - |
| XYZ | 41.31 | 36.1 | 89.58 | - |
| YUV | 163.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 243 | 0.35 | 0.37 | 0 | 0.05 | 243.3 | 0.79 | 0.77 |
| Hex | 9D | 98 | F3 | 23 | 25 | 0 | 5 | F3 | 4F | 4D |
| Octal | 235 | 230 | 363 | 43 | 45 | 0 | 5 | 363 | 117 | 115 |
| Binary | 10011101 | 10011000 | 11110011 | 100011 | 100101 | 0 | 101 | 11110011 | 1001111 | 1001101 |
Color Harmonies of #9D98F3
Complementary color
Monochromatic Colors of #9D98F3
Black with #9D98F3
Text Example
Text Example
White with #9D98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D98F3; }
p { color: rgb(157,152,243); }
H1.HeaderClassName
{
color: #9D98F3;
}
.AnyTagClassName
{
color: #9D98F3;
}
</style>
background-color css
<style>
a { background-color: #9D98F3; }
a { background-color: rgb(157,152,243); }
div.DivClassName
{
background-color: #9D98F3;
}
.BgClassName
{
background-color: #9D98F3;
}
</style>
border-color css
<style>
span { border-color: #9D98F3; }
span { border-color: rgb(157,152,243); }
td.TdClassName
{
border-color: #9D98F3;
}
.TagClassName
{
border-color: #9D98F3;
}
</style>