Shades of Portage #9D9BF9
Tints of Portage #9D9BF9
RGB
CMYK
RGB Variations
Color information
#9D9BF9 (or 0x9D9BF9) is known color: Portage. HEX triplet: 9D, 9B and F9. RGB value is (157,155,249). Sum of RGB (Red+Green+Blue) = 157+155+249=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D9BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9BF9 is #626406. Grayscale: #A5A5A5. Windows color (decimal): -6448135 or 16358301. OLE color: 16358301.
HSL color Cylindrical-coordinate representation of color #9D9BF9: hue angle of 241.28º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D9BF9 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 155 | 249 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.02 |
| HSL | 241.28º | 0.89% | 0.79% | - |
| HSV(B) | 241.28º | 0.38% | 0.98% | - |
| XYZ | 42.72 | 37.45 | 94.6 | - |
| YUV | 166.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 249 | 0.37 | 0.38 | 0 | 0.02 | 241.28 | 0.89 | 0.79 |
| Hex | 9D | 9B | F9 | 25 | 26 | 0 | 2 | F1 | 59 | 4F |
| Octal | 235 | 233 | 371 | 45 | 46 | 0 | 2 | 361 | 131 | 117 |
| Binary | 10011101 | 10011011 | 11111001 | 100101 | 100110 | 0 | 10 | 11110001 | 1011001 | 1001111 |
Color Harmonies of #9D9BF9
Complementary color
Monochromatic Colors of #9D9BF9
Black with #9D9BF9
Text Example
Text Example
White with #9D9BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BF9; }
p { color: rgb(157,155,249); }
H1.HeaderClassName
{
color: #9D9BF9;
}
.AnyTagClassName
{
color: #9D9BF9;
}
</style>
background-color css
<style>
a { background-color: #9D9BF9; }
a { background-color: rgb(157,155,249); }
div.DivClassName
{
background-color: #9D9BF9;
}
.BgClassName
{
background-color: #9D9BF9;
}
</style>
border-color css
<style>
span { border-color: #9D9BF9; }
span { border-color: rgb(157,155,249); }
td.TdClassName
{
border-color: #9D9BF9;
}
.TagClassName
{
border-color: #9D9BF9;
}
</style>