Shades of Portage #9D9EF2
Tints of Portage #9D9EF2
RGB
CMYK
RGB Variations
Color information
#9D9EF2 (or 0x9D9EF2) is known color: Portage. HEX triplet: 9D, 9E and F2. RGB value is (157,158,242). Sum of RGB (Red+Green+Blue) = 157+158+242=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D9EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EF2 is #62610D. Grayscale: #A6A6A6. Windows color (decimal): -6447374 or 15900317. OLE color: 15900317.
HSL color Cylindrical-coordinate representation of color #9D9EF2: hue angle of 239.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9EF2 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 158 | 242 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.05 |
| HSL | 239.29º | 0.77% | 0.78% | - |
| HSV(B) | 239.29º | 0.35% | 0.95% | - |
| XYZ | 42.16 | 38.03 | 89.12 | - |
| YUV | 167.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 242 | 0.35 | 0.35 | 0 | 0.05 | 239.29 | 0.77 | 0.78 |
| Hex | 9D | 9E | F2 | 23 | 23 | 0 | 5 | EF | 4D | 4E |
| Octal | 235 | 236 | 362 | 43 | 43 | 0 | 5 | 357 | 115 | 116 |
| Binary | 10011101 | 10011110 | 11110010 | 100011 | 100011 | 0 | 101 | 11101111 | 1001101 | 1001110 |
Color Harmonies of #9D9EF2
Complementary color
Monochromatic Colors of #9D9EF2
Black with #9D9EF2
Text Example
Text Example
White with #9D9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EF2; }
p { color: rgb(157,158,242); }
H1.HeaderClassName
{
color: #9D9EF2;
}
.AnyTagClassName
{
color: #9D9EF2;
}
</style>
background-color css
<style>
a { background-color: #9D9EF2; }
a { background-color: rgb(157,158,242); }
div.DivClassName
{
background-color: #9D9EF2;
}
.BgClassName
{
background-color: #9D9EF2;
}
</style>
border-color css
<style>
span { border-color: #9D9EF2; }
span { border-color: rgb(157,158,242); }
td.TdClassName
{
border-color: #9D9EF2;
}
.TagClassName
{
border-color: #9D9EF2;
}
</style>